Opened 17 years ago
Closed 16 years ago
#3488 closed Bug (fixed)
Safari: Cell context menu doesn't always work
| Reported by: | Damian | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IBM Confirmed Review+ | Cc: |
Description
Steps to reproduce:
- Open ajax sample
- Create table with default values
- Right click in a cell to invoke context menu.
- Attempt access the cell sub-menu.
Actual result:
Cell sub-menu doesn't display.
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 16 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
Changed 16 years ago by
| Attachment: | 3488.patch added |
|---|
comment:3 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:4 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:5 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [3491].
Click here for more info about our SVN system.

The culprit is a simple logical error in the getSelectedCells() that can be fixed by modifying the single line of code. However, since range.getBoundaryCells() is to be deprecated, I've converted the whole function's logic to use the DOM walker instead.