Opened 13 years ago
Last modified 13 years ago
#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>
