﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4696	Insert Page break not splitting table and list	Garry Yao		"=== Reproducing Procedures ===
 1. Open a sample page, load the editor with the following content with selection:
{{{
<ol>
	<li>item1</li>
    <li>^item2</li>
</ol>
}}}
 1. Click on 'Insert Page Break...' button.
 1. Switch to 'Source' mode.
 * Actual Result:
{{{
<div style=""page-break-after: always;"">
	<span style=""display: none;"">&nbsp;</span></div>
<ol>
	<li>
		item1</li>
	<li>
		item2</li>
</ol>
}}}
 * Expected Result:
{{{
<ol>
	<li>
		item1</li>
</ol>
<div style=""page-break-after: always;"">
	<span style=""display: none;"">&nbsp;</span></div>
<ol>
	<li>
		item2</li>
</ol>
}}}
"	Bug	closed	Normal		General	SVN (CKEditor) - OLD	wontfix	HasPatch	
