ckeditor4
ckeditor4 copied to clipboard
Incorrect Tab navigation behavior with radio buttons inside the dialog
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
http://dev.ckeditor.com/ticket/13839
Provide detailed reproduction steps (if any)
- Open Creating Captioned Images sample http://sdk.ckeditor.com/samples/captionedimage.html
- Double click on the image to get 'Image Properties' dialog
- Use Tab key to navigate inside the radio button group
- Keep pressing Tab key
Expected result
Tab key will enter the radio group.
When Tab or Shift+Tab into a radio group, focus goes to the selected radio button. If none is selected, focus goes to the first radio button if Tab was pressed, or the last radio bottom if Shift+Tab was pressed.
When focus is on any radio button, Tab or Shift+Tab will exit the radio group.
Up Arrow and Left Arrow moves focus to the previous radio button in the group, and selects that button. If focus is on the first item, then focus wraps to last item.
Down Arrow and Right Arrow moves focus to the next radio button in the group, and selects that button. If focus is on the last item, then focus wraps to first item.
Control+Arrow moves through the options without updating content or selecting the button.
Space selects the radio button with focus and de-selects other radio buttons in the group.
http://www.w3.org/TR/wai-aria-practices/#radiobutton
Actual result
When focus is on any radio button, Tab will not exit the radio group.
The same problem.....
We are also facing the same issue and it is impacting our accessibility compliance. Is there any update on this?
Hey @sryarama, so far we have no progress on this issue due to other priorities in CKEditor 4.
If you looking for a way to push this issue forward, you may contact our support team to see if there are any options to speed things up.