#4754 closed defect (fixed)
Slider does not receive focus when clicking slider bar
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you click the slider bar (which automatically moves the handle to that position), the slider should probably get focus. Especially now that we have CSS to indicate slider focus (see [10869])
Change History (4)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10952]) fixes #4775 fixes #4754 refs #4781 updated test file for the first ticket... and added dijit.focus() call to onBarClick function for 2nd ticket... third ticket I believe might be a bug in dijit.focus() test it out by loading test_Slider.html and then doing dijit.byId('slider1').focus() it flashes focused and then unfocused.