Opened 15 years ago
Closed 15 years ago
#2497 closed defect (wontfix)
TreeV3 SHIFT key multi-selection is broken
Reported by: | guest | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TreeSelectorV3 treats Shift-click and Ctrl-click the same, but they're not. Shift-selection in tree should work like this:
- TreeSelectorV3 must track the most recently selected node that was selected by something other than a shift-click. Call this MRSN.
- On Shift-click, TreeSelectorV3 selects all visible nodes between the clicked node and MRSN, and deselects all others. This action does *not* update MRSN.
- When I say "click", I really mean "select with mouse or keyboard", i.e. the same rules apply for nodes selected with Space or Ctrl-Space.
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Version: | 0.4.1 |
Note: See
TracTickets for help on using
tickets.
Multi-selection was removed when the tree widget was ported to dijit. It will not be implemented in dijit.Tree for 1.0.