Login  Register

[jira] Closed: (OFBIZ-1077) htmledit/whizzywig.js Incompatibility with IE7

Posted by Nicolas Malin (Jira) on Nov 30, 2007; 11:40pm
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-1077-htmledit-whizzywig-js-Incompatibility-with-IE7-tp181794p181795.html


     [ https://issues.apache.org/jira/browse/OFBIZ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1077.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Jacques Le Roux

Just tested, seems to work

> htmledit/whizzywig.js Incompatibility with IE7
> ----------------------------------------------
>
>                 Key: OFBIZ-1077
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1077
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk, Release Branch 4.0
>         Environment: IE7
>            Reporter: Vinay Agarwal
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>
> Using visual editor in IE7 causes the following errors
>     - Line 351: Expected ']' in regular expression         (File whizzywig.js)
>     - Line 81: Object expected                                          (FTL/HTML file that renders page)
> Commenting out line 351 & 352 of whizzywig.js removes the errors. These lines are:
>      h = h.replace(/[]/g, "'"); //single smartquotes  
>      h = h.replace(/[]/g, '"'); //double smartquotes
>  What do these line do specifically?

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.