Changes between Initial Version and Version 1 of Ticket #14346, comment 2


Ignore:
Timestamp:
Jan 26, 2016, 9:54:05 AM (8 years ago)
Author:
Andreas Soroko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14346, comment 2

    initial v1  
    11One further Information: I did tested the described behaviour in source code and disabled the "enterkey" plugin.
    22After disabling it the spellchecking behaviour is as expected.
     3
     4I also played around with the enterkey plugin itself.
     5When adding:
     6
     7
     8{{{
     9if ( CKEDITOR.env.gecko) {
     10var originalText = block.getText();
     11block.setText(originalText);
     12}
     13}}}
     14
     15in the enterBlock function everything works, but of course this is a very dirty solution. Any other ideas?
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy