[jira] Created: (OFBIZ-1077) htmledit/whizzywig.js Incompatibility with IE7
Posted by
Nicolas Malin (Jira) on
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-1077-htmledit-whizzywig-js-Incompatibility-with-IE7-tp181794.html
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.