Opened 14 years ago
Last modified 14 years ago
#7070 closed Bug
[enterBr] Extra line break added to the list item when applying a style — at Initial Version
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | Firefox | Cc: |
Description
In enter mode = BR use the following selection:
<ul> <li> aaa [bbb</li> <li> ccc] ddd</li> </ul>
and apply bold, italic, underline.
Result:
<ul> <li> aaa <u><em><strong>[bbb</strong></em></u><br /> <br /> <br /> </li> <li> <u><em><strong>ccc]</strong></em></u> ddd</li> </ul>
Caused by [6373].