summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
2015-04-18Fix mouseup event handling when dragging a list record (#1490359)Aleksander Machniak
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden elemen...Aleksander Machniak
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-10Fix css selectors in resize() for IE (#1490213)Aleksander Machniak
2014-10-25Catch only left-button clicks on the list widget's mouseup handlerAleksander Machniak
2014-09-02Don't cancel event on parent focusAleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, #1...Aleksander Machniak
2014-08-05Make possible to skip some elements from subject cell when creating text for ...Aleksander Machniak
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-03Fix keyboard navigation and focus/blur behavior in list widgets; register rea...Thomas Bruederli
2014-06-03Fix list keyboard navigation with toggleselect onThomas Bruederli
2014-06-02Add aria-* controls to turn tables into a listbox widgetThomas Bruederli
2014-06-02Some more improvemements on content structure, text representation and keyboa...Thomas Bruederli
2014-05-28Improve (message) list widget display and keyboard navigation to show sane be...Thomas Bruederli
2014-05-27Remove list row 'unfocused' state and keep 'selected' classes even when list ...Thomas Bruederli
2014-05-27Set aria-* attributes for autocompletion fields and widgetsThomas Bruederli
2014-05-22Fix message un-selection on the list (#1489906)Aleksander Machniak
2014-05-12Set aria-selected and aria-expanded state attributesThomas Bruederli
2014-05-09Avoid scrolling when list gets back focus (on invisible focus element)Thomas Bruederli
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + enabl...Thomas Bruederli
2014-05-01Fix list focus in non-keyboard mode: restore old behaviorThomas Bruederli
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-14Fix regression where title attribute for long message subjects wasn't used on IEAleksander Machniak
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-04-02Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-02-05Fix possible javascript error on drag-n-drop (#1489560)Aleksander Machniak
2014-02-03Fix bug where it wasn't possible to focus the messages list withAleksander Machniak
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2014-01-29Adjust fixed header position when scrolling (#1295420)Thomas Bruederli
2014-01-20Fix row UID handling in list widgetThomas Bruederli
2014-01-20- Make search scope selectable in UIThomas Bruederli
2014-01-16Prepare message list to display IMAP folderThomas
2014-01-14Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513)Aleksander Machniak
2014-01-07Fix error when calling get_selection() after any (selected) row was removedAleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-12-15Fix position of messages list column dragging layer when the list is scrolled...Aleksander Machniak
2013-12-11Improved drag-n-drop layer: - do not auto-select children of collapsed threads,Aleksander Machniak
2013-12-09Fix issue where children of selected and collapsed thread were skipped on var...Aleksander Machniak
2013-12-08Fix fixed header issue after removing rows (1295420)Aleksander Machniak
2013-11-25Small code improvementAleksander Machniak
2013-11-22Fix rowcount when list element contains bot only tr/li elements but also text...Aleksander Machniak
2013-11-05Fix regression where child messages on collapsed thread weren't selectedAleksander Machniak
2013-11-04Merge pull request #152 from cmcnulty/control-shiftAleksander Machniak
2013-11-02Fix list record selection on lists with toggleselect:true, i.e. folder managerAleksander Machniak