Opened 13 years ago

Closed 8 years ago

Last modified 8 years ago

#8401 closed Bug (duplicate)

Accessibility: Problems navigating radio buttons in a dialog using the keyboard

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

Description

When radio buttons are included in a dialog, keyboard navigation does not work correctly.

The following issues occur:

  1. When radio buttons are the first focusable element on the dialog, it is not possible to tab to them.
  1. If there is a focusable element before the radio buttons, it is necessary to tab twice to enter the radio button group.
  1. Once inside a radio button group, it is not possible to exit the radio button group by pressing tab.

To reproduce, add the following UI element to a dialog and try to navigate through it using only the keyboard:

{
	type : 'fieldset',
	label : 'Radio Buttons',
	children :
	[
		{
			type : 'radio',
			id : 'type',
			required : true,
			'default' : 'one',
			items :
			[
				[ 'Radio1', 'one' ],
				[ 'Radio2', 'two' ]
			]
		}
	]
}

Change History (8)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.23.2

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

Resolution: duplicate
Status: confirmedclosed

DUP of #8401.

comment:3 in reply to:  2 Changed 9 years ago by Satya Minnekanti

Replying to Reinmar:

DUP of #8401.

hi Reinmar please re-open this defect, you marked the defect as a duplicate of itself which does not make any sense.

comment:4 Changed 9 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: closedreopened

Oops, that's true. Now I'm wondering if there was a DUP somewhere and I just pasted the wrong ticket number...

comment:5 Changed 9 years ago by Piotrek Koszuliński

Status: reopenedconfirmed

comment:6 in reply to:  2 Changed 8 years ago by Marek Lewandowski

Replying to Reinmar:

DUP of #8401.

I believe @Reinmar simply meant to put #8194 as a source of DUP. And in fact it does look like one.

Not reproducible anymore since CKE 4.3.0.

comment:7 Changed 8 years ago by Marek Lewandowski

Resolution: duplicate
Status: confirmedclosed

DUP of #8194.

comment:8 Changed 8 years ago by Anna Tomanek

Summary: Accessibility: Problems navigating radio buttons on a dialog using the keyboardAccessibility: Problems navigating radio buttons in a dialog using the keyboard
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