Opened 14 years ago
Last modified 14 years ago
#7380 review Bug
Line breaks in list items are lost when followed by another list
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.0.2 |
Keywords: | Cc: | kenny.demetter@…, satya_minnekanti@… |
Description
Suppose someone has added a few line breaks with Shift+Enter to visually separate an indented list, like in the example below:
<ul> <li> test 1<br /> <br /> <br /> <ul> <li> test 11</li> <li> test 12</li> </ul> </li> </ul>
Switch to source/wysiwyg twice. Result: all line breaks are lost
<ul> <li> test 1 <ul> <li> test 11</li> <li> test 12</li> </ul> </li> </ul>
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
Changed 14 years ago by
Attachment: | 7380.patch added |
---|
comment:3 Changed 14 years ago by
Component: | General → Core : Output Data |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:4 Changed 14 years ago by
Design TC updated: http://ckeditor.t/dt/plugins/htmldataprocessor/htmldataprocessor.html
Ticket tc added with [7159].