Age | Commit message (Collapse) | Author |
|
- this is a regression in recent keyboard handling refactoring (#1489408)
|
|
method, other code improvements
|
|
|
|
|
|
|
|
list widget
|
|
Spacebar for message selection, left/right arrow for thread collapse/expand
|
|
#1489403 - fixes scrolling issues when highlighted message is below header.
|
|
This reverts commit 3bef61232bc2e0e470a66dda6d88248100fdc36f.
|
|
and switch spacebar to select messages
|
|
Makes the home/end keys behave like every other mechanism for selecting
records.
|
|
Make sure that the fixed header is never over a message
|
|
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
|
|
|
|
|
|
|