Changes between Initial Version and Version 5 of Ticket #14331


Ignore:
Timestamp:
Jan 29, 2016, 3:54:57 PM (8 years ago)
Author:
Jakub Ś
Comment:

I'm able to reproduce this issue with addition of forceEnterMode.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14331

    • Property Status changed from new to pending
    • Property Keywords IBM added; ibm removed
  • Ticket #14331 – Description

    initial v5  
    1414
    1515Nwe list item not created, if you look at source, it will create a <br /> tag rather than enclosing the content with <li> </li> tags.
     16
     17== Additional notes ==
     18Required configuration:
     19{{{
     20var editor = CKEDITOR.replace( 'editor1', {
     21        enterMode : CKEDITOR.ENTER_BR,
     22        forceEnterMode:true
     23});
     24}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy