Opened 12 years ago

Last modified 12 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

  1. Load the editor with the following:
    <ol>
    	<li>
    		foo^bar</li>
    </ol>
    
  1. Click on "insert page break" button
  • Actual:
    <ol>
    	<li>
    		foo</li>
            <div style="page-break-after: always"></div>
    	<li>
    		bar</li>
    </ol>
    

Change History (1)

comment:1 Changed 12 years ago by Wiktor Walc

Status: newconfirmed
Version: 3.0
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy