Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-03 | Fix keyboard navigation and focus/blur behavior in list widgets; register ↵ | Thomas Bruederli | |
real link element as menu opener | |||
2014-06-03 | Fix list keyboard navigation with toggleselect on | Thomas Bruederli | |
2014-06-02 | Add aria-* controls to turn tables into a listbox widget | Thomas Bruederli | |
2014-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
2014-05-28 | Improve (message) list widget display and keyboard navigation to show sane ↵ | Thomas Bruederli | |
behavior with screen readers | |||
2014-05-27 | Remove list row 'unfocused' state and keep 'selected' classes even when list ↵ | Thomas Bruederli | |
loses focus. For visual distinguishing .focus tr.selected can be used | |||
2014-05-27 | Set aria-* attributes for autocompletion fields and widgets | Thomas Bruederli | |
2014-05-12 | Set aria-selected and aria-expanded state attributes | Thomas Bruederli | |
2014-05-09 | Avoid scrolling when list gets back focus (on invisible focus element) | Thomas Bruederli | |
2014-05-07 | Improve keyboard navigation on compose screen: define tabindex groups + ↵ | Thomas Bruederli | |
enable keyboard controls of contacts list widget | |||
2014-05-01 | Fix list focus in non-keyboard mode: restore old behavior | Thomas Bruederli | |
2014-04-30 | 1. Prepare core and Larry skin for improved accessibility | Thomas Bruederli | |
2. Implement full keyboard navigation in main mail view | |||
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-04-14 | Fix regression where title attribute for long message subjects wasn't used on IE | Aleksander Machniak | |
2014-04-07 | Merge branch 'dev-multi-folder-search' | Thomas Bruederli | |
2014-04-02 | Don't trigger 'select' event twice when selecting a list item | Thomas Bruederli | |
2014-02-05 | Fix possible javascript error on drag-n-drop (#1489560) | Aleksander Machniak | |
2014-02-03 | Fix bug where it wasn't possible to focus the messages list with | Aleksander Machniak | |
mouse click on a record after the focus was put on preview frame. | |||
2014-01-29 | Also adapt fixed table header to vertical body scrolling | Thomas Bruederli | |
2014-01-29 | Adjust fixed header position when scrolling (#1295420) | Thomas Bruederli | |
2014-01-20 | Fix row UID handling in list widget | Thomas Bruederli | |
2014-01-20 | - Make search scope selectable in UI | Thomas Bruederli | |
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers | |||
2014-01-16 | Prepare message list to display IMAP folder | Thomas | |
2014-01-14 | Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513) | Aleksander Machniak | |
2014-01-07 | Fix error when calling get_selection() after any (selected) row was removed | Aleksander Machniak | |
2013-12-23 | Make addEventListener() chainable for better performance and compact code | Aleksander Machniak | |
Replace deperecated row_init usage with addEventListener('initrow') | |||
2013-12-18 | Fix Closure-compiler warnings, small code improvements | Aleksander Machniak | |
2013-12-15 | Fix position of messages list column dragging layer when the list is ↵ | Aleksander Machniak | |
scrolled down | |||
2013-12-11 | Improved drag-n-drop layer: - do not auto-select children of collapsed threads, | Aleksander Machniak | |
display subjects in real order (not is selection order), some code improvements | |||
2013-12-09 | Fix issue where children of selected and collapsed thread were skipped on ↵ | Aleksander Machniak | |
various actions (#1489457) | |||
2013-12-08 | Fix fixed header issue after removing rows (1295420) | Aleksander Machniak | |
2013-11-25 | Small code improvement | Aleksander Machniak | |
2013-11-22 | Fix rowcount when list element contains bot only tr/li elements but also ↵ | Aleksander Machniak | |
text nodes | |||
2013-11-05 | Fix regression where child messages on collapsed thread weren't selected | Aleksander Machniak | |
on move/delete action (#1489415) | |||
2013-11-04 | Merge pull request #152 from cmcnulty/control-shift | Aleksander Machniak | |
Reset shift_start on control select | |||
2013-11-02 | Fix list record selection on lists with toggleselect:true, i.e. folder manager | Aleksander Machniak | |
- this is a regression in recent keyboard handling refactoring (#1489408) | |||
2013-10-30 | need to reset shift_start on control select | cmcnulty | |
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) | |||
2013-10-30 | Improve performance and code readability by using String's startsWith() ↵ | Aleksander Machniak | |
method, other code improvements | |||
2013-10-30 | CS fixes | Aleksander Machniak | |
2013-10-30 | Fix drag-n-drop broken in bc35e865 | Aleksander Machniak | |
2013-10-30 | Bring back fix for #1489396, unintentionally removed in another pull request | Aleksander Machniak | |
2013-10-30 | Fix Ctrl+click selection after recent refactorings of keyboard nawigation on ↵ | Aleksander Machniak | |
list widget | |||
2013-10-30 | Merge pull request #151 from cmcnulty/new-key-navigation | Aleksander Machniak | |
Spacebar for message selection, left/right arrow for thread collapse/expand | |||
2013-10-30 | Merge pull request #149 from cmcnulty/1489403 | Aleksander Machniak | |
#1489403 - fixes scrolling issues when highlighted message is below header. | |||
2013-10-29 | Revert "simplify home/end key behavior" | cmcnulty | |
This reverts commit 3bef61232bc2e0e470a66dda6d88248100fdc36f. | |||
2013-10-29 | replace space bar with arrow key thread handling | cmcnulty | |
and switch spacebar to select messages | |||
2013-10-29 | simplify home/end key behavior | cmcnulty | |
Makes the home/end keys behave like every other mechanism for selecting records. | |||
2013-10-29 | fix scrolling up | cmcnulty | |
Make sure that the fixed header is never over a message | |||
2013-10-29 | Fix an issue where pressing minus key on contacts list was hiding list ↵ | Aleksander Machniak | |
records (#1489393) | |||
2013-10-28 | Merge pull request #146 from cmcnulty/1489397 | Aleksander Machniak | |
1489397 - fix shift-down arrow key over thread when going up |