﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12287	Unable to create link when certain fields are removed from the dialog	getshao		"Unable to create link when certain fields are removed from the dialog. In other words, some default values are missing.


Before I was usign the following code to remove the linktype and protocol fields in the link dialog I don't need...

    
{{{
if ( dialogName == 'link' ) {
        var infoTab = dialogDefinition.getContents( 'info' );
        infoTab.remove( 'linkType' );
        infoTab.remove( 'protocol' );
    }
}}}


This will still remove the items, but when trying to hit enter or ok the dialog just fails.




From here:http://ckeditor.com/forums/Plugins/Problems-removing-dialog-fields-of-link-plugin-in-4.4.3"	Bug	confirmed	Normal		UI : Dialogs				
