Advanced HTML Editor 3 Support Product Page
Solved
"
Reported 25 May 2011 00:25:01
1
has this problem
25 May 2011 00:25:01 Bart Garner posted:
Is there a way to keep Editor 3 from replacing " with " when inserting code in Source View? Official Solution
Replied 21 Jul 2011 13:24:06
This issue has being fixed now in the latest Adv HTML Editor 3.1
Please download and install the latest version.
Greetings,
George
Please download and install the latest version.
Greetings,
George
Replies
Replied 26 May 2011 12:17:14
26 May 2011 12:17:14 Teodor Kuduschiev replied:
Hello,
The quotes in Design view are replaced as they should be: with " in code view. The quotes within tags remain as " in code view.
The quotes in Design view are replaced as they should be: with " in code view. The quotes within tags remain as " in code view.
Replied 26 May 2011 15:12:50
26 May 2011 15:12:50 Bart Garner replied:
With Editor 3, this code:
<script type="text/javascript"> // <![CDATA[ jQuery(document).ready( function() { jQuery("#imageEnh1"
.dmxHTML5ImageEnhancer( {border:{enabled:true, gradient:{enabled:false}, color:"#003366", hoverColor:"#3399CC", radius:[0, 0, 0, 0]}, description:{align:"center"}, reflection:{enabled:false}, shadow:{enabled:false}, filters:[], hoverFilters:[]} ); } ); // ]]> </script>
gets changed to:
<br /><script> // <![CDATA[ jQuery(document).ready( function() { jQuery("#imageEnh1"
.dmxHTML5ImageEnhancer( {border:{enabled:true, gradient:{enabled:false}, color:"#003366", hoverColor:"#3399CC", radius:[0, 0, 0, 0]}, description:{align:"center"}, reflection:{enabled:false}, shadow:{enabled:false}, filters:[], hoverFilters:[]} ); } ); // ]]> </script>
With Editor 2, it is fine.
In both cases I had deselected Filter Scripts and Make XHTML compliant
<script type="text/javascript"> // <
