Ticket #7380 (review Bug)
Line breaks in list items are lost when followed by another list
| Reported by: | wwalc | 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
Change History
comment:3 Changed 22 months ago by garry.yao
- Status changed from confirmed to review
- Owner set to garry.yao
- Component changed from General to Core : Output Data
Ticket tc added with [7159].
comment:4 Changed 22 months ago by garry.yao
Design TC updated: http://ckeditor.t/dt/plugins/htmldataprocessor/htmldataprocessor.html
Note: See
TracTickets for help on using
tickets.
