NS_ERROR_UNEXPECTED on Firefox when init again same id after Ajax reload
See original GitHub issueWhen init again Tinymce on same id after ajax reload Firefox has a problem at line 370 in dom/Serializer.js and throw an exception NS_ERROR_UNEXPECTED :
impl = node.ownerDocument.implementation;
I fixed it by adding a condition :
if (Env.webkit || Env.opera) { ... }
Is there another way to fix that for good ?
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
jQuery's ajax is causing a full page refresh in FireFox
The ajax call works fine in IE 7, but FireFox 3 always does a full page refresh when making this call. The ajax...
Read more >Bug #6013 - TinyMCE
So the environnement is : Ajax Timer and Ajax Update Panel. ... Then I load the first page with editor (same textarea id)...
Read more >Too much security kills functionality. | Firefox Support Forum
I can't see security risk if this AJAX post goes to the same domain as script domain. As I said, this script worked...
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
Can be avoided by using tinymce.remove(); see: http://fiddle.tinymce.com/spfaab
Hi, we’ve investigated this issue and cannot reproduce it in TinyMCE v4.4.0. Thanks, the TinyMCE Team.