NS_ERROR_UNEXPECTED when trying to remove editors in Firefox
See original GitHub issueI have error when i trying to do
tinymce.remove();
for all current editors and reinit new editors.
In another browsers this error not exist.
Firefox 46.0.1, Windows 10.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Disable or remove Add-ons | Firefox Help - Mozilla Support
Disabling extensions · Click the menu button Fx89menuButton , click Add-ons and themes and select Extensions. · Scroll through the list of extensions....
Read more >Configuration Editor for Firefox - Mozilla Support
The Configuration Editor (about:config page) lets you view, change, or reset advanced preference settings in Firefox. Learn more.
Read more >Deprecated tools — Firefox Source Docs documentation
Although these panels have been removed, you still have access to the old code, and there are alternative webextensions that you can try...
Read more >Recent list not clear after deleting history | Firefox Support Forum
I've tried the Remove Item From List, but the list never gets any ... https://support.mozilla.org/en-US/kb/about-config-editor-firefox.
Read more >I want to erase all bookmarks and start over by importing just ...
But importing bookmarks is an all or nothing process. Try doing this; Export your bookmarks to an HTML file. Open it in an...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you @VaLeXaR ,for explaining your solution,
we did similar thing.
for us we replaced the code tab.destroy(), with >>>> tab.domNode.remove()
and it solved our issue Hope it is helpful to someone
@akshayjai1 , I am calling
tinymce.remove();
before deleting or replacing area, which contains generated editor code.