Opened 16 years ago
Closed 16 years ago
#3820 closed Bug (fixed)
Strange bullet/list problem
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
Problem occurs when a line of text is below a bullet/number list:
<ul> <li> bullet line 1</li> <li> bullet line 2</li> </ul> <p> Second line</p>
Select the line at the bottom "Second line" and make it a bullet item using the toolbar option.
Result:
<ul> <li> Second line</li> <li> bullet line 1</li> <li> bullet line 2</li> </ul>
The item is appended to the top of the list. If it is added to the list it should be to the bottom.
Attachments (2)
Change History (8)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3820.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
There's an obvious logic bug within merge list logic.
Changed 16 years ago by
Attachment: | 3820_2.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Confirmed with IE and FF.