Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
|
|
|
|
real link element as menu opener
|
|
|
|
|
|
keyboard navigation within the mail view
|
|
behavior with screen readers
|
|
loses focus. For visual distinguishing .focus tr.selected can be used
|
|
|
|
|
|
|
|
|
|
enable keyboard controls of contacts list widget
|
|
|
|
2. Implement full keyboard navigation in main mail view
|
|
|
|
|
|
|
|
|
|
|
|
mouse click on a record after the focus was put on preview frame.
|
|
|
|
|
|
|
|
- Disable thread mode when searching over multiple folders
- Encode UID values for HTML message row identifiers
|
|
|
|
|
|
|
|
Replace deperecated row_init usage with addEventListener('initrow')
|
|
|
|
scrolled down
|
|
display subjects in real order (not is selection order), some code improvements
|
|
various actions (#1489457)
|
|
|
|
|
|
text nodes
|
|
on move/delete action (#1489415)
|
|
Reset shift_start on control select
|
|
- this is a regression in recent keyboard handling refactoring (#1489408)
|
|
reproduce steps: shift-select some messages, hold down control and
select another message. hold down shift+control and select more
messages - desired behavior, two separate ranges of selected messages.
(consistent with outlook/thunderbird/windows explorer)
|
|
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.
|