﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8223	"Disabling the Advanced tab for links causes ""undefined"" to be assigned to the name attribute"	David Colon		"When disabling the Advanced tab for links using the following:
{{{
CKEDITOR.on('dialogDefinition', function (ev) {
    var dialogName = ev.data.name;
    var dialogDefinition = ev.data.definition;

    if (dialogName == 'link' || dialogName == 'image') {
        dialogDefinition.removeContents('advanced');
    }
});
}}}
The name attribute is being assigned to any edited links as ""undefined"".  This causes the yellow anchor image to be displayed next to the link, causing our users some confusion.  "	Bug	closed	Normal		UI : Dialogs		expired		
