Ticket #9124 (confirmed Bug)
Insert pagebreak in list item
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Keywords: | Cc: |
Description
- Load the editor with the following:
<ol> <li> foo^bar</li> </ol>
- Click on "insert page break" button
- Actual:
<ol> <li> foo</li> <div style="page-break-after: always"></div> <li> bar</li> </ol>
Change History
Note: See
TracTickets for help on using
tickets.
