﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13044	Focus trap inside dialog tabs	Marek Lewandowski		"Focus in tabs panel works in a weird way if there are some disabled tabs.

Disabled tabs should be focusable, but user **must not be able to activate them**. It is the same policy as for disabled toolbar buttons.

Consider following TC:

1. Open http://ckeditor.dev/plugins/image2/samples/image2.html
2. Place caret in an image caption.
3. Open link dialog.
4. Focus tab (the only enabled).
5. Press `right` arrow key.

**Expected result:**[[BR]]
You should be able to focus any tab despite it being disabled or not.

**Current result:**[[BR]]
Using left/right keys you can reach the disabled tabs, but you can't leave them then.

Additional info:[[BR]]
1. You might have hard times seeing what's focused if branch [http://dev.ckeditor.com/ticket/13027 t/13027] was not yet merged. In such case add following CSS rule:
{{{
a.cke_dialog_tab:focus
{
	background: #ebebeb;
}
}}}"	Bug	confirmed	Normal		Accessibility				
