#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:
- 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> </td> </tr> <tr> <td>2</td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
- Put your cursor in cell 1 of row 1.
- Right click and insert a row after.
- 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
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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
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 11 years ago by
Keywords: | IE added; ie table error enter_br removed |
---|
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.