Opened 14 years ago
Last modified 14 years ago
#7070 closed Bug
Extra line break added to the list item when applying a style — at Version 3
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | Firefox | Cc: |
Description (last modified by )
Use the following selection:
<ul> <li> aaa [bbb</li> <li> ccc] ddd</li> </ul>
and apply bold, italic, underline, font color etc.
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].
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Summary: | [enterBr] Extra line break added to the list item when applying a style → Extra line break added to the list item when applying a style |
Note: it actually happens in all enter modes.
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|
Changed 14 years ago by
Attachment: | 7070.patch added |
---|
Another TC, enter mode = BR, paste the following in source:
select all, apply styles: bold, italic, underline. Result: extra line breaks are added to elements in the first row.