Opened 13 years ago

Closed 13 years ago

#8200 closed Bug (invalid)

Inserting Page break inside table body

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.0
Keywords: Cc:

Description (last modified by Krzysztof Studnik)

Not sure if it is a bug or expected behaviour.

Environment

FF, Chrome, IE8 Ubuntu/WinXp

TC

  1. Insert default table
  2. 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?

Change History (2)

comment:1 Changed 13 years ago by Krzysztof Studnik

Description: modified (diff)

comment:2 Changed 13 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Based on http://dev.ckeditor.com/ticket/4696#comment:3 and that HTML validator doesn't see that as an error I see no reason why page break shouldn't be allowed in table cell.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy