Opened 14 years ago
Closed 12 years ago
#7617 closed Bug (duplicate)
[FF 3.6.16] Changes ' to " in style
Reported by: | Michał | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | Cc: |
Description
When paste this <div style="background: url('http://www.cmnh.org/site/Img/AboutUs/Pressroom/Beyond/Sun.jpg') repeat scroll 0% 0% transparent;">Wrong Encode</div> into source mode. After change to WYSIWYG mode the ' character is change to ". This is happen in FF 3.6.16 in FF 4.0 ,Chrome , IE 9 and Opera ' character stay '. Tested on Win 7. Reported here http://forum.joomla.org/viewtopic.php?p=2474202
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
There has been another forum post describing this problem - http://cksource.com/forums/viewtopic.php?f=11&t=22855.
I did some checking. Here are the results:
FF3.6 and IE9 - change ' character to " (in full page and non full page mode)
FF4 and FF5 - change ' character to " only in full page mode
IE6-IE8 - delete the ' character
Webkit and Opera leave the ' character untouched.
There is some browser incompatibility but in all cases background-image is displayed.