Opened 14 years ago

Closed 14 years ago

#5282 closed Bug (invalid)

Firefox 3.6 url(" ... ") - Quotes issue

Reported by: saxx Owned by:
Priority: Normal Milestone:
Component: General Version: 3.2
Keywords: Cc:

Description

[1] seems to have the same problem as I do (just copied the description from there):

Hi, in firefox 3.6, when in "source" mode and you set the style property, for example:

<div style="background:url(image.jpg)">content</div>

firefox 3.6 replaces that code with this (adds &quot;):

<div style="background: url(&quot;image.jpg&quot;)">content</div>

and, when you save and reload it, all html is broken:

<div image.jpg="" repeat="" scroll="" style="">content</div>

ps: It seems to work correctly in IE8.

[1] http://cksource.com/forums/viewtopic.php?f=11&t=17634&hilit=firefox+url+quote+problem

Change History (1)

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

adding the &quot; is perfectly valid, if upon reload the html is different that's a bug in your code.

Anyway, #5528 will make this behave much better (although it won't fix any problem that makes your page destroy the html)

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