Opened 15 years ago
Closed 11 years ago
#6169 closed Bug (fixed)
Error 800a025e when deleting empty table cells in IE
Reported by: | Evan Krall | 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 (1)
Change History (7)
comment:1 Changed 15 years ago by
Keywords: | IE added |
---|---|
Version: | → 3.4.1 (SVN - trunk) |
comment:2 Changed 15 years ago by
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 15 years ago by
Attachment: | krst_12.23.19.png added |
---|
Result of steps, desribed in the ticket
comment:3 Changed 15 years ago by
Keywords: | Opera added |
---|---|
Status: | new → 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 13 years ago by
Keywords: | IE Opera removed |
---|---|
Version: | 3.4.1 → 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.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Problem can no longer be reproduced in CKEditor 4.2.1
To clarify this is only in IE 8