Opened 13 years ago
Closed 11 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> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
Change History (2)
comment:1 Changed 13 years ago by
Keywords: | IE9 added |
---|---|
Status: | new → confirmed |
Version: | 3.6.2 → 3.0 |
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
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.