Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#9516 closed Bug (duplicate)

[IE] Table Row Insert/Delete Error and enterMode = CKEDITOR.ENTER_BR

Reported by: TomNM Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 4.0 Beta
Keywords: IE Cc:

Description

We use config.enterMode = CKEDITOR.ENTER_BR in our config.js. Removing that line fixes the following problem. However, we wish for the enter_br behavior on enter.

So, with that line in config.js:

  1. In IE 8 (maybe 9 too, not in compat mode), add the following table:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
	<tbody>
		<tr>
			<td>1</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>2</td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>
  1. Put your cursor in cell 1 of row 1.
  2. Right click and insert a row after.
  3. Put cursor in the new empty row, right click, and attempt to delete the row.

If you do not get an error bringing up the context menu, you should get one when clicking to delete the row.

Again, if we remove the config.enterMode = CKEDITOR.ENTER_BR line from config.js, the behavior is corrected, but we need that mode.

Thanks.

Change History (4)

comment:1 Changed 12 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed

This is a dup of #9474 and it's already fixed on master. You can check it on our Github https://github.com/ckeditor/ckeditor-dev.

comment:2 Changed 12 years ago by TomNM

I don't show that this ever made it into the nightly. I've downloaded the nightly ckeditor 4 twice including on the morning of 11/8/12.

If you go to http://demolab.nextmeta.com/1_ckeditor_test.cfm, you can see the version and perform this same test above in IE 8 or 9 and get the js error.

comment:3 Changed 12 years ago by TomNM

Hmm, well, I show that the fix is not in the download linked from http://ckeditor.com/ckeditor-4-beta. However, it appears to be fixed from the download linked at http://nightly-v4.ckeditor.com/ .

Thanks.

comment:4 Changed 10 years ago by Wiktor Walc

Keywords: IE added; ie table error enter_br removed
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