Changes between Initial Version and Version 3 of Ticket #7352
- Timestamp:
- Apr 18, 2013, 11:42:32 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7352
-
Property
Status
changed from
new
toconfirmed
- Property Keywords IE added; single quotes attribute converted double quotes removed
-
Property
Version
changed from
3.5.2
to3.1.1
-
Property
Status
changed from
-
Ticket #7352 – Description
initial v3 14 14 15 15 Is 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 20 I did some checking. Here are the results: 21 * IE9 and IE10 - change ' character to " 22 * IE6-IE8 - delete the ' character 23 * Webkit, Opera and Firefox leave the ' character untouched. 24 25 Since 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).