#1027 closed defect (fixed)
[patch][cla] Dialog modality problem when first opened
Reported by: | morris | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
When you first open the dialog using tests/widget/test_Dialog.html the focus stays on the link 'Show' and pressing Tab moves you on to the other inputs on the page (behind the dialog).
You can also sometimes click on the addressbar and tab into the page while a dialog is opened (I think this is related to not having the focus on the dialog, or to issue #1026 i.e. if this issue and #1026 are fixed then I suspect we might fix that problem too).
Attachments (2)
Change History (12)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Neil Roberts |
---|
comment:2 Changed 14 years ago by
Owner: | changed from Neil Roberts to neil |
---|
Changed 14 years ago by
Attachment: | Dialog.js_BUG_TRAC_1027.patch added |
---|
comment:3 Changed 14 years ago by
Milestone: | 0.4 → 0.4.1 |
---|---|
Summary: | Dialog modality problem when first opened → [patch][need cla] Dialog modality problem when first opened |
comment:4 Changed 14 years ago by
Owner: | changed from neil to Douglas Hays |
---|---|
Summary: | [patch][need cla] Dialog modality problem when first opened → [patch][cla] Dialog modality problem when first opened |
Neil (Joshi) has already filed a CLA; updating title. Doug, if this patch looks OK to you (and works OK) please check it in.
comment:5 Changed 14 years ago by
Cc: | [email protected]… added |
---|
This patch does not work on Opera 9/WinXP.
Changed 14 years ago by
Attachment: | 1027.patch added |
---|
must allow tab for a11y but prevent other keyboard input
comment:6 Changed 14 years ago by
Status: | new → assigned |
---|
Please verify with the 1027.patch file and test on various browsers. Each exhibits slightly different behavior wrt keyboard tabbing. Some form of tabbing has to be enabled for a11y.
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch to permit focus on modal dialog when dialog first rendered. For $DOJO_ROOT/src/widget/Dialog.js