﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8373	IE9 adds &quot; entities around URL in style background-image: url(...)	Jakub Ś		"This issue was reported by one of our users in support channel (Topic: Problem with background-image in table properties)

To reproduce
1. In IE9, switch to source and paste in the following code:
{{{
<table border=""0"" cellpadding=""0"" cellspacing=""0"" height=""145""
style=""background-image: url(
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png);""
width=""170"">
<tbody>
<tr>
<td>
test</td>
</tr>
</tbody>
</table>
}}}
2.Switch WYSIWYG and back to source 
{{{
style=""background-image: url(
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png);""
}}}
will be changed to 
{{{
style=""background-image: url(&quot;
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png&quot;);""
}}}


In user's case those entities were later changed into quotation marks what destroyed HTML when it was loaded to CKEditor form DB at later time. Result:
{{{
<table border=""0"" cellpadding=""0"" cellspacing=""0"" height=""145"" images=""""
l="""" log="""" style=""background-image: none;"" width=""170""
http://www.sauvons-les-animaux.com="""">
}}}
"	Bug	new	Normal		General	3.1.1		IE9	
