Opened 14 years ago
Closed 14 years ago
#8836 closed Bug (fixed)
IE: Script error when opening table context menu
| Reported by: | Teresa Monahan | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | UI : Context Menu | Version: | 3.6.3 |
| Keywords: | IBM | Cc: | Damian, Satya Minnekanti |
Description
To Reproduce:
- Open any nightly sample and insert a table.
- Click on the table border so that the browser handles appear.
- Move the mouse over a table cell and right click to bring up the context menu. (See attached screen capture)
- Move the mouse slightly away from the context menu and click the mouse.
Problem: A script error occurs
When run in source mode, the error is as follows:
Message: Member not found. Line: 685 Char: 4 Code: 0 URI: ..../_source/plugins/selection/plugin.js
This only seems to occur since revision #7404
Attachments (2)
Change History (6)
Changed 14 years ago by
| Attachment: | IE_table_context_menu.gif added |
|---|
comment:1 Changed 14 years ago by
| Component: | General → UI : Context Menu |
|---|---|
| Milestone: | → CKEditor 3.6.3 |
| Status: | new → confirmed |
Changed 14 years ago by
| Attachment: | 8836.patch added |
|---|
comment:2 Changed 14 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
Looks like we just step on an mine of IE7 selection range bug, where nativeRange.item(0) is error prune.
comment:3 Changed 14 years ago by
| Status: | review → review_passed |
|---|
comment:4 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [7423].

Confirmed with IE9+Compat. Ok with IE9.
Confirmed as caused by [7404].