Opened 14 years ago

Last modified 14 years ago

#8373 closed Bug

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

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

Description

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="">

Change History (0)

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