﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6294	insertHtml: support for custom (invalid) HTML tags	Wiktor Walc		"There might be a situation, when one wants to use a custom tag, for example to process it on the server side later.

There is a problem with handling custom tags when inserting the content into the editor.

When checking the _samples/api.html sample and trying to paste the following content into the blank wysiwyg area with the ""Insert HTML"" button:

`<dynamic>http://www.google.com</dynamic>`

the result is as follows (tested in rev 5872):

 * IE 6: dynamic tag is lost: `<p>http://www.google.com</p>`
 * IE 7: dynamic tag is lost: `<p>http://www.google.com</p>`
 * IE 8: dynamic tag is lost: `<p>http://www.google.com</p>` (the result in FCKEditor 2.6.6 is different: `<p><dynamic></dynamic>http://www.google.com</p>`)
 * FF 3.6.9: dynamic tag is lost: `<p>http://www.google.com</p>`
 * Safari 5.0.2: dynamic tag is pasted '''correctly''' `<p><dynamic>http://www.google.com</dynamic></p>`


When switching from the source mode to wysiwyg mode and back with the following HTML:

`<p><dynamic>http://www.google.com</dynamic></p>`

the result is correct in all cases:

 * IE6: `<p><dynamic>http://www.google.com</dynamic></p>`
 * IE7: `<p><dynamic>http://www.google.com</dynamic></p>`
 * IE8: `<p><dynamic>http://www.google.com</dynamic></p>`
 * FF 3.6.9: `<p><dynamic>http://www.google.com</dynamic></p>`
 * Safari 5.0.2: `<p><dynamic>http://www.google.com</dynamic></p>`

"	Bug	confirmed	Normal		General	3.0		Discussion	
