﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3940	list operation doesn't stop at table	Garry Yao	Tobiasz Cudnik	"=== Reproducing Procedures ===
 1. Open the attached example page.
 1. Select the table cell content, and click 'Create/Remove Bullted List'.
  * Actual Result:
{{{
#!html
<ul>
	<li>
		list
		<table>
			<tbody>
				<tr>
					<td>
						list in table</td>
				</tr>
			</tbody>
		</table>
	</li>
</ul>
}}}
  * Expected Result:
{{{
#!html
<ol>
	<li> list
		<table>
			<tbody>
			<tr>
				<td>
					<ul>
						<li> list in table</li>
					</ul>
				</td>
			</tr>
			</tbody>
		</table>
	</li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.0	General		fixed	Confirmed Review+	
