Re: HTML gets mangled when an anchor tag has an apostrophe in the href

  •  10-10-2012, 3:23 PM

    Re: HTML gets mangled when an anchor tag has an apostrophe in the href

    The download appears to be the same as the latest 6.6 release.  Were there supposed to be a change to address this issue?  We are already using this latest release.

     

    And, the problem can be replicated on the demo page: http://cutesoft.net/example/general.aspx

     

    Thanks for your help,

     

    John

     

    -----

     

    To reproduce:

     

    Add in HTML mode:

     

    <a href="window.confirm('hi');">asdf</a> 
     

    Switch to WYSIWYG mode and back to HTML mode and notice that the above has turned into:

     

    <a href="window.confirm(" hi');"hi');">asdf</a> 
     

    Switch back and forth again and it becomes:

     

    <a href="window.confirm(" hi?);?hi?);?>asdf</a> 
     

View Complete Thread