﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3097	Insert table within list problem	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by code'' example page;
 1. Make document content and selection as following:
{{{
<ol>
	<li>
			ite^m</li>
</ol>
}}}
 1. Click ''Insert Table'' button to insert a 1x1 table.
 * Actual Result : The list has been spliced incorrectly with :
{{{
<ol>
	<li>
		ite</li>
</ol>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				<br />
			</td>
			<td>
				<br />
			</td>
		</tr>
	</tbody>
</table>
<ol>
	m
</ol>
}}}

"	Bug	closed	Normal	CKEditor 3.0	General	SVN (FCKeditor) - Retired	fixed	Confirmed	
