﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
533	ProtectedTags not working for custom FontFormats tag	dc		"I added a custom tag to the FCKConfig.FontFormats list, named it in the language file, added it to the fckeditorcode_ie.js and fckeditorcode_gecko.js files and added it to the FCKConfig.ProtectedTags list.  When using the Format dropdown to change a selected portion of text to custom format eveything seems to work fine until the document is saved or Source view is toggled.  At that point the text disappears completely.  Using firebug, I found a problem with the element inserted by FCKeditor.

Before changing the selected text to the custom format the element was:

{{{
<p>
test text
</p>
}}}

After the formatting change the element was:

{{{
<<toc> _moz_dirty="""">
test text
</<toc>>
}}}

When I switch to Source view the element disappears.  I assume this happened because the element is malformed.  

When I edited the tag in firebug to look like:

{{{
<toc _moz_dirty="""">
test text
</toc>
}}}

And toggled Source view it worked properly.  I tested this in both Firefox2 and IE7."	Bug	closed	Normal		General		invalid		
