Opened 11 years ago

Last modified 11 years ago

#10289 confirmed Bug

Incorrect del behaviour in table cell with list inside

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

Paste this HTML to the editor:

<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
	<tbody>
		<tr>
			<td>
			<ul>
				<li>foo</li>
				<li>bar</li>
			</ul>
			</td>
			<td>OOO</td>
		</tr>
	</tbody>
</table>

Place caret after "bar". Press delete.

Expected: nothing happened

Actual: "OO" moved from second table cell to the first one and error on the console.

Reproducible on all browsers.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.4

Problem can be reproduced from CKEditor 3.6.4 rev. [7540] in all browsers in both CKE 3.x and 4.x (v4).

NOTE: joining elements on del introduced in rev. [7537]

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