Incorrect Tab navigation behavior with radio buttons inside the dialog #439
Labels
accessibility
Issue related to accessibility.
status:confirmed
An issue confirmed by the development team.
support:2
An issue reported by a commercially licensed client.
type:bug
A bug.
Milestone
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)
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 text was updated successfully, but these errors were encountered: