Opened 10 years ago

Last modified 10 years ago

#14331 confirmed Bug

BR Enter Mode: New list item not created when we press ENTER at end of list item — at Initial Version

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM Cc: chrisgui, Irina

Description

Steps to reproduce

Set config.enterMode = CKEDITOR.ENTER_BR

  1. In editor, enable Numbered/Bulleted list by clicking on corresponding icon in toolbar.
  1. Type some text in first list item & press ENTER.

Expected result

New list item created

Actual result

Nwe list item not created, if you look at source, it will create a <br /> tag rather than enclosing the content with <li> </li> tags.

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy