Changes between Initial Version and Version 3 of Ticket #7352


Ignore:
Timestamp:
Apr 18, 2013, 11:42:32 AM (11 years ago)
Author:
Jakub Ś
Comment:

Another TC:

<div style="background-image:url('http://b.cksource.com/a/1/10th/ckeditor10years.png');">Test</div>

gets changed to (IE( and IE10)

<div style="background-image: url(&quot;http://b.cksource.com/a/1/10th/ckeditor10years.png&quot;);">Test</div>

or to (IE8 and IE7)

<div style="background-image: url(http://b.cksource.com/a/1/10th/ckeditor10years.png);">Test</div>

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7352

    • Property Status changed from new to confirmed
    • Property Keywords IE added; single quotes attribute converted double quotes removed
    • Property Version changed from 3.5.2 to 3.1.1
  • Ticket #7352 – Description

    initial v3  
    1414
    1515Is there a hotfix for this or do I have to wait for it to get fixed? (couldn't find it on Google)
     16
     17-----
     18**Edit:**[[BR]]
     19
     20I did some checking. Here are the results:
     21* IE9 and IE10 - change ' character to &quot;
     22* IE6-IE8 - delete the ' character
     23* Webkit, Opera and Firefox leave the ' character untouched.
     24
     25Since editor 4.x is creating HTML from scratch in some places perhaps it should introduce "template behaviour" in which " goes outside and ' goes inside (or something like that).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy