﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8177	Splitting cell vertically, causing incorrect rowspan.	Krzysztof Studnik		"=== Environment ===
Related to #6111
=== TC ===
 - Open editor and insert table:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td colspan=""2"" dir=""rtl"">
				<strong>1</strong></td>
			<td colspan=""2"">
				<strong>2</strong></td>
		</tr>
		<tr>
			<td>
				<strong>3</strong></td>
			<td>
				podział poziomy ltr</td>
			<td dir=""rtl"">
				<strong><u>4</u></strong></td>
			<td dir=""rtl"">
				podział poziomy rtl</td>
		</tr>
		<tr>
			<td colspan=""2"" dir=""rtl"" rowspan=""3"">
				<strong>5</strong></td>
			<td colspan=""2"">
				<strong>6</strong></td>
		</tr>
		<tr>
			<td colspan=""2"">
				podział pionowy ltr</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
}}}
 - Switch to wysiwyg, and set cursor in cell with no. 1
 - from context menu select Cell - split vertically.

=== Actual result ===
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td colspan=""2"" dir=""rtl"">
				<strong>1</strong></td>
			<td colspan=""2"" rowspan=""3"">
				<strong>2</strong></td>
		</tr>
		<tr>
			<td colspan=""2"" dir=""rtl"">
				podział pionowy rtl</td>
		</tr>
		<tr>
			<td>
				<strong>3</strong></td>
			<td>
				podział poziomy ltr</td>
			<td dir=""rtl"">
				<strong><u>4</u></strong></td>
			<td dir=""rtl"">
				podział poziomy rtl</td>
		</tr>
		<tr>
			<td colspan=""2"" dir=""rtl"" rowspan=""3"">
				<strong>5</strong></td>
			<td colspan=""2"">
				<strong>6</strong></td>
		</tr>
		<tr>
			<td colspan=""2"">
				podział pionowy ltr</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
}}}"	Bug	confirmed	Normal		Core : Tables	3.1			
