id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
5901,Firefox 3.6.4 Breaking background-image:url('foo/bar.png'); with &quot;,wolfehr,,"Tested on Firefox 3.6.4 - CKEditor Version 3.3.1

Code = <div id=""right_top"" style=""width: 308px; height: 13px; background-image: url('/images/right_top.png');"">Test</div>

This is converted after switching source view off and on again to the following:

Amended = <div id=""right_top"" style=""width: 308px; height: 13px; background-image: url(&quot;/images/right_top.png&quot;);"">
	Test</div>


If this is then submitted, the html is completely garbled by the editor and becomes the folloing:

Final output = <div id=""right_top"" images="""" right_top.png="""" style=""width: 308px; height: 13px;"">
	Test</div>

Inline styling has been fine up until now and this has only happened since this new version of firefox.
",Bug,closed,Normal,,Core : Output Data,3.3.1,invalid,Firefox,
