You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/12/01 00:40:43 UTC

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

     [ 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.