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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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
            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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-1077:
----------------------------------------

Please Vinay, could you check if recent update of whizzywig.js to v55i has solved these problems ? http://www.nabble.com/Re%3A-svn-commit%3A-r580774---in--ofbiz-trunk%3A-LICENSE-NOTICE-framework-images-webapp-images-htmledit-whizzywig.js-tf4545297.html#a12970617

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

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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