﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3142	Blockquote incorrect with table/list	Garry Yao		"=== Reproducing Procedures ===

 1. Open  the ''replace by code'' example page;

 2. Make document content and selection as following:

{{{
^text
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				text </td>
		</tr>
	</tbody>
</table>
text^
}}}

 3. Click ''Blockquote'' command;

Expected Result : 

{{{
<blockquote>
	<p>
		text</p>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				text </td>
		</tr>
	</tbody>
</table>
	<p>
		text</p>
</blockquote>
}}}  

Actual Result : 

{{{
<blockquote>
	<p>
		text</p>
	<p>
		text </p>
</blockquote>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				text </td>
		</tr>
	</tbody>
</table>
}}}

"	Bug	closed	Normal	CKEditor 3.0	General	SVN (FCKeditor) - Retired	fixed		
