﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13839	Incorrect Tab navigation behavior with radio buttons inside the dialog	Irina	Tomasz Jakut	"== Steps to reproduce ==

1. Open Creating Captioned Images sample [http://sdk.ckeditor.com/samples/captionedimage.html]
2. Double click on the image to get 'Image Properties' dialog
3. Use Tab key to navigate inside the radio button group
4. 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

== Other details (browser, OS, CKEditor version, installed plugins) ==
"	Bug	review_failed	Normal	CKEditor 4.7.1	General	4.3		IBM	Satya Minnekanti giogio Christophe Guillou
