﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4719	IE does not escape attribute values properly	Dirk	Minh Nguyen	"reproduce:
(in WYSIWYG mode)

{{{
editorObj.setData('<a href=""#"" x=""&lt;a b=&quot;c&quot;/&gt;"">a</a>')
}}}


In IE you will see:
'''"" _cke_saved_href=""#"">a'''[[BR]]

source code: 
{{{
<a href=""http://localhost/t/backend/#"" x=""<a b="">&quot; _cke_saved_href=&quot;#&quot;&gt;a</a>
}}}


instead of:
'''a'''[[BR]]

source code:
{{{
<a href=""#"" x=""&lt;a b=&quot;c&quot;/&gt;"">a</a>
}}}
"	Bug	closed	Normal	CKEditor 3.3	General	3.0.1	fixed	Confirmed IE Review+	
