﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8389	Editor expands <object /> to <object></object> and encloses trailing text	frimicc		"When the following is pasted into the nightly demo CKEditor's Source view:
<p><a class=""subscriptions-link"" href=""/subscriptions/""><object data=""urn:dynamic-text:journal-attribute:name"" type=""application/x-highwire-ui"" />Subscriber Help &amp; Information:</a></p>

if you go to WYSIWYG view and then back to Source, it's been transformed into:
<p>
	<a class=""subscriptions-link"" href=""/subscriptions/""><object data=""urn:dynamic-text:journal-attribute:name"" type=""application/x-highwire-ui"">Subscriber Help &amp; Information:</object></a></p>
	
which is problematic, because the new </object> tag the editor created has gobbled up the text that used to be beside it. The same problem occurs if you load into the editor a file which has the problematic <object /> tag in it already.

I've confirmed this on OS X in both Chrome 14.0.835.162 and Firefox 6.0.2 using http://nightly.ckeditor.com/7288/_samples/replacebyclass.html . 
"	Bug	closed	Normal		Core : Parser	3.6.2	invalid		
