Ticket #185 (closed defect: wontfix)
jQuery.wymeditor.js : line 1557 - Incompatibility with jQuery 1.3.x
| Reported by: | stephband | Owned by: | jf.hovinne |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
jQuery.wymeditor.js : line 1557
jQuery.isFunction() no longer works as expected in Internet Explorer due to changes in jQuery-1.3.x. wym._options.postInitDialog is not reported as a function, but as an object, so isFunction returns false and wym._options.postInitDialog is not called.
replacing the line with:
if(wym._options.postInitDialog)
makes it work again.
Change History
Note: See
TracTickets for help on using
tickets.