Opened 15 years ago
Closed 15 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 "):
<div style="background: url("image.jpg")">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
adding the " 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)