Changes between Initial Version and Version 4 of Ticket #7862
- Timestamp:
- Nov 16, 2012, 6:46:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7862
- Property Keywords a11y added
-
Property
Status
changed from
new
toopen
-
Property
Milestone
changed from
1.9.0
to1.10.0
-
Ticket #7862 – Description
initial v4 6 6 7 7 Basic Modal 8 1. After tabbing once to close button I can use up / down arrows to access all other form controls in the DOM, cannot tab to other interactive controls. 9 This is different from animated dialog, and other modals, where DOM contents outside of dialog are not available. 8 1. After tabbing once to close button I can use up / down arrows to access all other form controls in the DOM, cannot tab to other interactive controls. This is different from animated dialog, and other modals, where DOM contents outside of dialog are not available. 10 9 11 10 Message, Confirmation, Form 12 11 1. Can only access dialog contents that are interactive elements, cannot access message text as it is not focusable. 13 12 14 2.It is possible to get out of the modal 'sandbox'. Accessing address bar (alt + d), tabbing to page, then disabling and renabling Virtual PC cursor (JAWS key + z (twice)) and then a buffer refresh (JAWS key + 15 Escape) allowed access to entire DOM contents. This appears true for all modals. 16 17 This also causes problems with other keyboard operations. When not in modal dialog segment of the DOM it is impossible to go 18 back a page (alt+left arrow or backspace) or even to close the browser (alt+f4). 13 2. It is possible to get out of the modal 'sandbox'. Accessing address bar (alt + d), tabbing to page, then disabling and renabling Virtual PC cursor (JAWS key + z (twice)) and then a buffer refresh (JAWS key + Escape) allowed access to entire DOM contents. This appears true for all modals. This also causes problems with other keyboard operations. When not in modal dialog segment of the DOM it is impossible to go back a page (alt+left arrow or backspace) or even to close the browser (alt+f4). 19 14 20 15 3. (Related to 2) From outside of the dialog pressing tab does not return to first focusable element in dialog.