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
- In editor, enable Numbered/Bulleted list by clicking on corresponding icon in toolbar.
- 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.