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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13385, comment 3

    initial v1  
    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{{{
     9Uncaught TypeError: Cannot read property 'blur' of null
     10CKEDITOR.focusManager.remove @ focusmanager.js:238
     11hideCover @ plugin.js:2140
     12CKEDITOR.dialog.hide @ plugin.js:1043
     13(anonymous function) @ plugin.js:3042
     14listenerFirer @ event.js:144
     15CKEDITOR.event.fire @ event.js:290
     16CKEDITOR.tools.extend.destroy @ editor.js:776
     17(anonymous function) @ VM251:2
     18}}}
    819
    920I will try to fix the error I am able to reproduce. I also could just make a naive fix so that `getSnapshot()` always return string.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy