Ticket #4411 (closed defect: fixed)
When tooltip dialog gets focus, focus needs to be on a component
| Reported by: | ptbrunet | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Accessibility | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | brunet@… |
Description
Using http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Dialog.html move focus to the second button, the one with a downarrow. Press downarrow. Focus goes to the dialog but it needs to go to one of the widgets, e.g. the user input box. Screen readers ignore focus events coming from things that should not get focus so nothing is heard when focus goes to the dialog. Screen readers do this because so many apps fire focus on things that should not get focus so they filter out events from objects that have non UI behavior such as those of role DIALOG.
Change History
Note: See
TracTickets for help on using
tickets.