Changes between Initial Version and Version 1 of Ticket #10414
- Timestamp:
- May 15, 2013, 12:35:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10414 – Description
initial v1 14 14 _sourc/\plugins/wysiwygarea/plugin.js 15 15 // Prevent IE from leaving new paragraph after deleting all contents in body. (#6966) 16 {{{ 16 17 if ( CKEDITOR.env.ie && editor.config.enterMode != CKEDITOR.ENTER_P ) 17 18 { … … 39 40 }); 40 41 } 41 42 }}} 42 43 The problem is solved