Opened 14 years ago

Last modified 9 years ago

#8194 closed Bug

Tab Order broken when we have radio buttons inside the dialog — at Version 2

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IBM Cc: Damian, Teresa Monahan

Description (last modified by Piotrek Koszuliński)

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.

Change History (3)

comment:1 Changed 14 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

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.

Changed 14 years ago by Jakub Ś

Attachment: my_dialog.js added

comment:2 Changed 10 years ago by Piotrek Koszuliński

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy