#15906 closed defect (duplicate)
Modal dialog accessibility issue (a11y) when using IE, Dojo & JAWS
Reported by: | nsskumar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Accessibility | Version: | 1.8.0 |
Keywords: | Cc: | mikeb | |
Blocked By: | Blocking: |
Description
Description:- Problem distinguishing content of a modal dialog from the underlying parentpage.
When using IE, If a modal dialog is opened using Dojo Dialog, user is able to see and navigate (INSERT + F5)through all the tab focusable elements including the underlying parent page.\
Steps to duplicate this issue:-
- Save testModal.html in your local drive
- Run JAWS 13
- Open testModal.html in IE9 (select allow blocked content if you get the warning)
- Press TABs to reach/select “Modal Dialog(Dojo)” button
- Press Enter to open the Modal dialog which contains a simple form with 2 fields Name & Location
- Press Tab , now the cursor will be in Location Field
- Press INSERT+F5 , you will get a list of 4 focusable elements on the modal dialog + “Modal Dialog(Dojo) button” which exists on the underlying parent page. This button should not be listed, since it exists on the parent page and user cannot select this element.
NOTE:- It worked fine in Firefox(version 14)
Attachments (1)
Change History (4)
Changed 8 years ago by
Attachment: | testModal.html added |
---|
comment:1 Changed 8 years ago by
Cc: | mikeb added |
---|---|
Component: | Dijit - Form → Accessibility |
Owner: | Douglas Hays deleted |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Isn't this a dup of #15905?