﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4136	IE: Wrong attribute order	Artur Formella	Frederico Caldeira Knabben	"The following tests fail only because the attribute order

plugins/htmldataprocessor/htmldataprocessor.html:
{{{

Test named ""test_ticket_3591_2"" failed with message: ""Values should be the same."".
Expected:
<object classid=""clsid""><param name=""movie"" value=""movie.swf"" /><embed src=""movie.swf"" type=""application/x-shockwave-flash""></embed></object>Actual:
<object classid=""clsid""><param value=""movie.swf"" name=""movie"" /><embed type=""application/x-shockwave-flash"" src=""movie.swf""></embed></object>

Test named ""test_ticket_3884"" failed with message: ""Values should be the same."".
Expected:
<p><a href="""" name="""">emptylink</a></p>
Actual:
<p><a name="""" href="""">emptylink</a></p>
}}}

Style order -  tests/plugins/styles/styles.html:

{{{
 Test named ""test_inline16"" failed with message: ""First range"".
Expected:
<b lang=""pt"" style=""font-size:11pt;color:red;"">this<b style=""font-weight:700;""> is some sample text</b></b>Actual:
<b lang=""pt"" style=""color:red;font-size:11pt;"">this<b style=""font-weight:700;""> is some sample text</b></b>
}}}


"	Bug	closed	Normal	CKEditor 3.0	QA		fixed	IE Review+	
