#8194 closed Bug (fixed)
Tab Order broken with radio buttons inside a dialog
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description (last modified by )
To reproduce the defect:
Use CKEditor Dialog API Sample and change the dialog Definition to add Radio buttons to the dialog. (I have attached the dialog definition that i used)
Press Tab after you reached the Radio buttons.
Expected Result: Focus goes to OK button.
Actual Result: Focus stays on the radio button itself, even we press Tab any number of times focus stays on the radio button.
This will cause an Accessibility Failure
There are more cases described in #8401.
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
Changed 13 years ago by
Attachment: | my_dialog.js added |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Can't repro on a latest master. By the looks of it it was fixed in CKE 4.3.0.
comment:5 Changed 9 years ago by
Summary: | Tab Order broken when we have radio buttons inside the dialog → Tab Order broken with radio buttons inside a dialog |
---|
Reproducible form CKEditor 3.0.
NOTES:
Till CKE 3.1.1 it was impossible to access radio buttons with TAB key. From CKE 3.2 it has been possible to access radio buttons but impossible to leave them.
Sometimes if you press TAB button quickly two times the focus will jump on OK or Cancel button.