summaryrefslogtreecommitdiff
path: root/program/js/treelist.js
AgeCommit message (Collapse)Author
2015-03-12Do not re-append an existing node when re-rendering with childsThomas Bruederli
2015-02-24Update internal reference to treelist node contents after insert. Fixes some ↵Thomas Bruederli
strange behavior in FF 3.6
2014-12-18Prevent folder selection changes if app is busy (#1490158)Thomas Bruederli
2014-11-17Fix drag-n-drop to folders expanded while dragging (#1490157)Aleksander Machniak
2014-09-11Also remove cloned search item from treelistThomas Bruederli
2014-09-08Small tweaks for treelist interactionsThomas Bruederli
2014-08-20Add option to focus a treelist widget on clicks to the container (#1489997)Thomas Bruederli
2014-08-13Allow focussing treelist item checkboxes with tab and normal list navigation ↵Thomas Bruederli
with cursor keys (#1489648)
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-08Reset search after folder creation/remove/renameAleksander Machniak
2014-08-08Added folder searching in Folder ManagerAleksander Machniak
2014-08-07Getter to detect if treelist widget is in search modeThomas Bruederli
2014-07-25Fix drag-n-drop after folder move/create (#1489648)Aleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-03Remove leftover code - fixes js errorAleksander Machniak
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-26Apply selection styles to clones search result items, tooThomas Bruederli
2014-06-25Minor optimizationThomas Bruederli
2014-06-24Mute clicks on virtual treelist item links (they need tabindex=0 in order to ↵Thomas Bruederli
be focusable by keyboard though)
2014-06-24Fix updating and re-sorting treelist nodesThomas Bruederli
2014-06-24Allow to move a treelist node to a new parent with .update()Thomas Bruederli
2014-06-23Fix keyboard navigation with nested link element in treelist nodesThomas Bruederli
2014-06-18Option to disable cursor keyboard navigation on treelist widgetsThomas Bruederli
2014-06-16Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)Thomas Bruederli
2014-06-16Avoid scrolling when moving focus from a treelist widget (#1489929)Thomas Bruederli
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event ↵Thomas Bruederli
detection in IE; new text label to help screen readers
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
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
2014-05-28Add method to make a treelist widget become a jQuery UI droppable with ↵Thomas Bruederli
support for auto-scrolling and auto-expanding
2014-05-15Minor fixes for teelist searchingThomas Bruederli
2014-05-14Small improvements to make treelist work in search-modeThomas Bruederli
2014-05-13Fix invalid var pointerThomas Bruederli
2014-05-13Extend treelist.js with search function and saving collapse/expand states in ↵Thomas Bruederli
localStorage
2014-05-12Create treetoggle icons if necessaryThomas Bruederli
2014-05-12Fix treelist keyboard navigation + assign aria-level attributes to treeitemsThomas Bruederli
2014-05-12Set aria-selected and aria-expanded state attributesThomas Bruederli
2014-05-01Enable keyboard navigation on treelist widgets with cursor keysThomas Bruederli
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-20Remove IE7 hack that is not needed anymoreAleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0
2014-03-10Avoid bubbling of clicks to treelist expand/collapse togglesThomas Bruederli
2014-03-07Add method to reset a treelist widgetThomas Bruederli
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget ↵Thomas Bruederli
(same as auto-expand) and make it work without list header/footer blocks
2013-05-24Unify codestileAleksander Machniak
2013-02-10Only scroll tree list of selected item isn't fully visibleThomas Bruederli
2013-02-05Fix inserting a new contact group when list is still emptyThomas Bruederli
2013-02-01Move some list manipulation functionality to the new treelist widgetThomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items