http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-1077-htmledit-whizzywig-js-Incompatibility-with-IE7-tp181794p181795.html
Jacques Le Roux closed OFBIZ-1077.
> 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.