Ticket #5020 (new defect)
Slider focus node has size 0x0
| Reported by: | simonjb | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Accessibility | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | davidb, dante, nonken |
Description (last modified by clown) (diff)
The slider div which receives focus has a computed width and height of 0x0 (because its only child is an absolutely positioned div). This has 2 consequences:
- Firefox sets the MSAA state "invisible" on sliders, which causes JAWS (but not Window-Eyes) to not speak updates to the slider value
- it will break the focus enhancement features of ATs such as ZoomText and the Firefox Accessibar extension
A bug has been filed against Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=402600 but we should still fix this in Dojo so that we work with focus enhancement ATs.
Change History
Note: See
TracTickets for help on using
tickets.