Changes between Version 1 and Version 2 of Ticket #13385, comment 3


Ignore:
Timestamp:
Jun 22, 2015, 12:55:28 PM (9 years ago)
Author:
Szymon Cofalik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13385, comment 3

    v1 v2  
    1 I can't reproduce it. I am using full editor with `codesnippet` plugin and IE (all versions have same result). I use this to destroy instance:
     1I can't reproduce it. I am using full editor with `codesnippet` plugin and IE (all versions have same result, other browsers too). I use this to destroy instance:
    22{{{
    33setTimeout(function(){ CKEDITOR.instances.editor1.destroy(); }, 3000);
     
    66
    77The error I got is in `CKEDITOR.focusManager.remove`: it appears that `listeners.blur` is undefined (`listeners` is `null`). `getSnapshot()` method is not even reached. Am I doing something wrong?
     8
     9Log from Chrome:
    810{{{
    911Uncaught TypeError: Cannot read property 'blur' of null
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy