#5460 closed Bug (fixed)
Empty <ul></ul> remains on source
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
- Load the following HTML:
<ul> <li> Item 1 <ul> <li> Item 1.1</li> </ul> </li> </ul>
- At the end of "Item 1.1", hit ENTER three times. A new paragraph is started after the list.
- Switch to source.
Note that an empty <ul></ul>
is created in the first list item:
<ul> <li> Item 1 <ul> </ul> <ul> <li> Item 1.1</li> </ul> </li> </ul>
Confirmed with FF 3.6 at least. Works well with CKEditor 3.2.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 5460.patch added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Regression of [5285].
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
KISS... that's the point. [5285] was touching stuff that should not be changed to solve its related ticket.
Affects IE also.