#7842 closed bug (fixed)
Tooltip: accessibility
Reported by: | ezufelt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | [meta] ui.dev | Version: | git (not yet released) |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
Firefox 7.0.1 JAWS 13 Tooltip demo 1.9pre
Forms with tooltips
- the '?' can not be reached by tabbing.
- Reading past, tabbing to, or accessing the form fields with quick keys 'f', does not read a tooltip (by design it seems).
- Pressing the toggle button changes things.
- The ? can still not be reached by tabbing.
- In reading mode JAWS now reads '? Use JAWS key + alt + R to read descriptive text.'
- Pressing JAWS key + alt + r does nothing
Custom content
- No tooltips could be found using JAWS (under development?)
Change History (4)
comment:1 Changed 11 years ago by
Component: | ui.core → [meta] ui.dev |
---|---|
Keywords: | a11y added |
Version: | 1.8.16 → git |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
I'll leave this a fixed for now, though we may need to reopen. I've addressed the issues by cleanup up and improving those two demos. Especially the forms demo was rather broken anyway, that's a lot saner now. For the custom content demo I added an alt attribute to the map image, though it still won't be very useful, as it has the same text as the anchor itself.
comment:4 Changed 11 years ago by
Milestone: | 1.9 → git |
---|
Note: See
TracTickets for help on using
tickets.
Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842