Opened 12 years ago

Last modified 10 years ago

#9002 confirmed Bug

Tabelle cell lost after style has been applied

Reported by: Ralf Pöhlmann Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4.3
Keywords: IE Cc:

Description

  1. Add a new table (2x3)
  2. Enter some text in all cells beside the last cell in the middle row

foo|bar|test foo|bar|<LEAVE THIS CELL EMPTY> foo|bar|test

  1. Select all
  2. Apply style heading 1

--> The Empty cell is removed (TD is lost). It's now impossible to enter some text in this cell.

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.4.3

Reproducible in all versions of IE from CKEditor 3.4.3

Sample code:

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
		<tr>
			<td>
				test</td>
			<td>
				test</td>
		</tr>
		<tr>
			<td>
				test</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				test</td>
			<td>
				test</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>

comment:2 Changed 10 years ago by Piotrek Koszuliński

Still reproducible on CKeditor 4.3.3.

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