#12700 closed defect (fixed)
[patch] [cla] RangeSlider controls (mouse + keyboard) to affect 'focused' node
Reported by: | Jonathan Bond-Caron | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The behavior of the 'RangeSlider?' isn't intuitive.
The "left" and "right" buttons should move the currently focused node.
Attachments (2)
Change History (7)
Changed 10 years ago by
Attachment: | FocusSlide.patch added |
---|
comment:1 Changed 10 years ago by
This patch requires ticket #12701
I'm not sure if it's the best approach but in my opinion, it simplifies event handling (not having to think about LTR/RTL).
comment:2 Changed 10 years ago by
Summary: | CLA: RangeSlider controls (mouse + keyboard) to affect 'focused' node → [patch] [cla] RangeSlider controls (mouse + keyboard) to affect 'focused' node |
---|
comment:3 Changed 9 years ago by
12700.patch removes the dependency on #12701. I also added support for HOME/END, removed use of private _curFocus, and cleaned up some of the code.
Changed 9 years ago by
Attachment: | 12700.patch added |
---|
Refresh previous patch- add HOME/END, remove _curFocus
comment:5 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Allow moving focused 'cursor node'