Opened 14 years ago
Closed 13 years ago
#4781 closed defect (fixed)
slider: when move slider via mouse it is not shown as focused
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | low | Milestone: | 1.2 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
When I set focus to the slider via the keyboard the bar darkens to indicate focus (thanks dante). But, if I then use the mouse to move the slider the focus indication is lost. But, focus is still on the slider because I can go back to using the arrow keys to move the slider. This may be by design - perhaps we don't want the mouse user to "see" the darker slider bar?
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
(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.
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hmm, that's not by design... ok somehow the blur handler is firing but we aren't getting another focus event?
PS: what browser?