﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8200	Inserting Page break inside table body	Krzysztof Studnik		"Not sure if it is a bug or expected behaviour.

=== Environment ===
FF, Chrome, IE8 Ubuntu/WinXp 

=== TC ===
 1. Insert default table
 1. While cursor is in first cell in first row, press Page Break button.
=== Result: ===
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				<p>
					&nbsp;</p>
				<div style=""page-break-after: always;"">
					<span style=""display: none;"">&nbsp;</span></div>
				<p>
					&nbsp;</p>
			</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
}}}

Is it expected that page break is allowed inside table cell?"	Bug	closed	Normal		Core : Tables	3.0	invalid		
