Opened 13 years ago

Closed 10 years ago

#8394 closed Bug (duplicate)

Table Row deletion freezes IE9

Reported by: Freddie Bingham Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE9 Cc:

Description

Test in IE9 on the current CKEditor demo.

Create a bulleted list with two items. Press enter twice to get out of the list then create a table using the default table settings. Place cursor in first cell of table, right click, delete row.

Cursor gets stuck between the list and the remaining table row. Editor appears frozen though using the resize handle or switching to source mode will break the lockup.

This is the HTML that corresponds to the steps above before deleting the row.

<ul>
	<li>
		Item 1</li>
	<li>
		Item 2</li>
</ul>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
		<tr>
			<td>
				<span></span></td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE9 added
Status: newconfirmed
Version: 3.6.23.0

Reproducible in IE9 and IE10 from CKE 3.0 (in both CKE 3.x and 4.x) at the time of writting.

JS error is thrown:
Message: error 800a025e
Line: 576
URI: /ckeditor/_source/plugins/selection/plugin.js

NOTE: In CKEditor 4.x message that is throw is SCRIPT16389: Unspecified Error.

Last edited 10 years ago by Jakub Ś (previous) (diff)

comment:2 Changed 10 years ago by Jakub Ś

Resolution: duplicate
Status: confirmedclosed

@fbingha I'm marking this issue as duplicate in favour of #10894.

If you wish to be emailed when this issue is fixed please add yourself to CC in #10894 .

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