Author: sdzmitrovich
Date: 2008-08-12 04:47:36 -0400 (Tue, 12 Aug 2008)
New Revision: 9653
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2526
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java 2008-08-12
08:44:01 UTC (rev 9652)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/mozilla/MozillaEditor.java 2008-08-12
08:47:36 UTC (rev 9653)
@@ -728,9 +728,6 @@
nsIHTMLInlineTableEditor inlineTableEditor = (nsIHTMLInlineTableEditor)
editor.queryInterface(nsIHTMLInlineTableEditor.NS_IHTMLINLINETABLEEDITOR_IID);
inlineTableEditor.setInlineTableEditingEnabled(false);
- // Added by Sergey Dzmitrovich Fix for JBIDE-2526
- // It need for correct work of selection in source
- iEditingSession.tearDownEditorOnWindow(getXulRunnerEditor().getWebBrowser().getContentDOMWindow());
}
return editor;
}