Age | Commit message (Collapse) | Author |
|
records (#1489393)
|
|
1489397 - fix shift-down arrow key over thread when going up
|
|
|
|
status icons.
Fixed regression in commit 4e4c2511bc00cfc0 where click on flag/status/expando
icons was selecting the message row.
|
|
In alignment with desktop applications (windows & mac) using the arrow keys with the control key pressed should not select the messages. Changes code so that with_mouse will be passed as true when click event occurs, and row will only be toggled if it was a click event.
|
|
|
|
|
|
where mouse right click would invoke action where it shouldn't
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
program/js/list.js
|
|
|
|
|
|
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a regression in fix for #1489008
|
|
contain any element, not only A tag or text node, but also e.g. span
|
|
|
|
|
|
|
|
|
|
|
|
|
|
browsers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page
and browser tab)
- Fix multiselection with Ctrl+Up/Down keys
|
|
|
|
Shift key was used (#1487902), small code improvements
|
|
|
|
|
|
|
|
|
|
|