Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9, 2.0 M1
-
None
-
any
-
release deferred update
-
Unknown
-
Description
Currently, if you remove the WYSIWYG editor from the DOM document after calling release you'll get JavaScript exceptions like:
Object com.xpn.xwiki.wysiwyg.client.util.DeferredUpdater com.xpn.xwiki.wysiwyg.client.plugin.text.TextPlugin Object com.xpn.xwiki.wysiwyg.client.util.DeferredUpdater com.xpn.xwiki.wysiwyg.client.plugin.valign.VerticalAlignPlugin Object com.xpn.xwiki.wysiwyg.client.util.DeferredUpdater com.xpn.xwiki.wysiwyg.client.plugin.list.ListPlugin Object com.xpn.xwiki.wysiwyg.client.util.DeferredUpdater com.xpn.xwiki.wysiwyg.client.plugin.format.FormatPlugin Object com.xpn.xwiki.wysiwyg.client.util.DeferredUpdater com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroSelector Object com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor com.xpn.xwiki.wysiwyg.client.editor.WysiwygEditor$SyntaxValidationCommand
due to the fact that deferred updates continue to be executed.