Ticket #6169 (confirmed Bug)
Error 800a025e when deleting empty table cells in IE
| Reported by: | EvanKrall | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.2.1 |
| Keywords: | Cc: |
Description
Steps to reproduce:
- Ctrl-A, Backspace to empty the document
- Create a 3-row, 2-column table of 500px (this is the default)
- Click to place the cursor in the bottom-right cell
- Shift-up
- Backspace
Expected: the bottom row gets deleted from the table
Actual: "Could not complete the operation due to error 800a025e"
Error occurs on line 1294 of _source/plugins/selection/plugin.js, in revision 5826:
ieRange.select();
Attachments
Change History
comment:2 Changed 3 years ago by EvanKrall
Also, if there's text in the table, selecting the bottom-right cell, shift-up, backspace doesn't delete anything; it just moves the cursor to the next cell up.
Changed 3 years ago by krst
- Attachment krst_12.23.19.png added
Result of steps, desribed in the ticket
comment:3 Changed 3 years ago by krst
- Keywords IE, Opera added; IE removed
- Status changed from new to confirmed
IE8: setting focus to the bottom-right cell, shift-up, backspace, deletes selectted row, but does not resize table. Also there is no visible selection on table cells.
Opera 10.61: It is impossible to delete only selected rows.
Chrome & Firefox: Works fine.
comment:5 Changed 15 months ago by j.swiderski
- Keywords IE, Opera removed
- Version changed from 3.4.1 to 3.2.1
IE8 and IE9:
Message: error code 800a025e.
Line: 1704
URI: /3.6.2/ckeditor/_source/plugins/selection/plugin.js
IE6 and IE7
It is only possible to delete cells on the right that way. Cells on the left stay untouched.
Opera and Firefox 10: Couldn't delete rows that way (only text inside them if present)
Webkit: If you have to press shift+up two times to delete row that way.

To clarify this is only in IE 8