[patch] implement letter key navigation in Tree
A user should be able to move focus from open node to open node in a tree by pressing the first letter of the node name. This allows for fast keyboard navigation through the tree items.
With no additional keys pressed the first node beginning with the letter will be focused and selected. When more than one entry exists that begins with the same letter, pressing the letter key again will find the next entry.
Letter key navigation should also work with multi-selection. If you press and hold the ctrl-key with a letter key, the found node will be focused, press space to add the focused node to the selection.
Change History (13)
Owner: |
changed from Becky Gibson to davidb
|
Status: |
assigned →
new
|
Milestone: |
0.9 →
0.9beta
|
Version: |
0.4.1 →
0.9
|
Owner: |
changed from davidb to peteb
|
Owner: |
changed from peteb to ptbrunet
|
Summary: |
implement letter key navigation in TreeV3 →
[patch] implement letter key navigation in Tree
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
The dijit version of the tree does not support multi-selection so that portion of the above description can be ignored. For code samples see:
http://www.weba11y.com/AjaxDemo/sample.html http://www.mozilla.org/access/dhtml/class/tree