Ticket #4781 (closed defect: fixed)

Opened 9 months ago

Last modified 6 days ago

slider: when move slider via mouse it is not shown as focused

Reported by: becky Owned by: becky
Priority: low Milestone: 1.2
Component: Accessibility Version: 0.9
Severity: normal Keywords:
Cc: dante

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

Changed 9 months ago by bill

Hmm, that's not by design... ok somehow the blur handler is firing but we aren't getting another focus event?

PS: what browser?

Changed 9 months ago by ktiedt

(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.

Changed 9 months ago by bill

(In [10960]) Fix tabbing. refs #4775, #4754, #4781.

Changed 5 months ago by becky

  • milestone changed from 1.1 to 1.2

Changed 6 days ago by becky

  • status changed from new to closed
  • resolution set to fixed

I no longer see the problem with focus described with [10952] in FF's on Mac and Win and IE's. Not sure if the change for #5020 affected this or not (I suspect not). Closing as fixed.

Note: See TracTickets for help on using tickets.