jquery - ckeditor firefox NS_ERROR_FAILURE: ( should I ignored it ? ) -


i have annoying error on firefox ckeditor. following error in console

"detailed error: ns_error_failure: component returned failure code: 0x80004005 (ns_error_failure) [nsitaskbartabpreview.invalidate]"

this error looping until close modal

see screenshot here can not attach post :

http://picpaste.com/pics/error-aehntvsh.1431614086.png

here how call ckeditor :

         $('#open_request').on('show.bs.modal', function ()             {                 ckeditor.disableautoinline = true;                 ckeditor.customconfig = 'build-config.js';                 ckeditor.replace('description_new_ticket');             }         ) 

'description_new_ticket' textarea.

this problem appear on firefox, toolbar , ckeditor working .

should ignore error ?

thank advance.

first of - kind of error cannot caused ckeditor , cannot affect ckeditor. afaik, these errors internal exceptions, or errors related addons. found https://bugzilla.mozilla.org/show_bug.cgi?id=1127577 seems prove it.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -