Opened 13 years ago

Last modified 13 years ago

#8373 closed Bug

IE9 adds " entities around URL in style background-image: url(...) — at Version 4

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1.1
Keywords: IE9 Cc:

Description (last modified by Jakub Ś)

The issue is that in IE9 extra and unnecessary &quote; are added around url.

In user's case such code:

style="background-image: url("
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");" 

was saved in DB what later was transformed to

style="background-image: url("
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"

what later was changed by CKEditor to

<table border="0" cellpadding="0" cellspacing="0" height="145" images=""
l="" log="" style="background-image: none;" width="170"
http://www.sauvons-les-animaux.com="">

Despite of what is changing &quot to ", this wouldn't happen if extra &quot; weren’t added

Change History (4)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 13 years ago by Frederico Caldeira Knabben

Status: confirmedpending

Can you please make the problem simpler and more specific. What's the issue with CKEditor?

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Similar to #5282.

comment:4 Changed 13 years ago by Jakub Ś

Description: modified (diff)

The issue is that in IE9 extra and unnecessary &quote; are added around url.

In user's case such code:

style="background-image: url(&quot;
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png&quot;);" 

was saved in DB what later was transformed to

style="background-image: url("
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"

what later was changed by CKEditor to

<table border="0" cellpadding="0" cellspacing="0" height="145" images=""
l="" log="" style="background-image: none;" width="170"
http://www.sauvons-les-animaux.com="">

Despite of what is changing &quot to ", this wouldn't happen if extra &quot; waren't added

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy