﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4401	Link removeContents of upload tab not working	wimpie3	Garry Yao	"Whe using the function below, the LINK dialog isn't shown anymore (javascript error). Comment out the line ""dialogDefinition.removeContents( 'upload' );"" and everything works again.

{{{
CKEDITOR.on( 'dialogDefinition', function( ev ) {
	var dialogName = ev.data.name;
	var dialogDefinition = ev.data.definition;
	if ( dialogName == 'link' )	{
		dialogDefinition.removeContents( 'advanced' );
		dialogDefinition.removeContents( 'upload' );
	}
});
}}}"	Bug	closed	Normal	CKEditor 3.1	UI : Dialogs	3.0	fixed	Confirmed Review+	wim.dewijngaert@…
