﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5307	Customizing multi-tab dialog to show only one tab doesn't work	Damian	Garry Yao	"Take the Find dialog as an example. Customize it by hiding the Replace tab and leaving only the Replace tab visible:

{{{
replaceTab.hidden=true;
dialogDefinition.dialog.parts.dialog.addClass('cke_single_page'); 
}}}

This results in a single Find tab appearing in the dialog, but the tab can be accessed with keyboard and when navigating using arrows, an error occurs and the content of the dialog becomes blank.
"	Bug	closed	Normal	CKEditor 3.3	UI : Dialogs	3.0	fixed	IBM Confirmed Review+	Joek
