Changes between Initial Version and Version 1 of Ticket #14346, comment 2
- Timestamp:
- Jan 26, 2016, 9:54:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14346, comment 2
initial v1 1 1 One further Information: I did tested the described behaviour in source code and disabled the "enterkey" plugin. 2 2 After disabling it the spellchecking behaviour is as expected. 3 4 I also played around with the enterkey plugin itself. 5 When adding: 6 7 8 {{{ 9 if ( CKEDITOR.env.gecko) { 10 var originalText = block.getText(); 11 block.setText(originalText); 12 } 13 }}} 14 15 in the enterBlock function everything works, but of course this is a very dirty solution. Any other ideas?