Ticket #4952 (closed Bug: fixed)
[IE] Editing table creates a new table
| Reported by: | damo | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | General | Version: | 3.0.2 |
| Keywords: | IBM Confirmed IE Review+ | Cc: |
Description (last modified by fredck) (diff)
To reproduce:
- Open nightly demo
- Create default table
- Edit the table
Notice that a new table is created.
Attachments
Change History
comment:2 Changed 3 years ago by fredck
- Priority changed from High to Normal
- Milestone CKEditor 3.1 deleted
comment:3 Changed 3 years ago by damo
Step 3. Should be refined. It means right-click on any cell in the newly created table and select "Table Properties".
I think the problem is down to selections. When you first left-click into the cell then right-click, it works OK. But if you have the cursor outside the table and then you right-click into a cell, the correct context menu (and properties dialog) comes up but the cursor moves out of the table. So when you click OK, the dialog creates a new table, usually above the table that was being edited.
Reproduced in IE 7.
comment:4 Changed 3 years ago by fredck
- Keywords Confirmed IE added; Pending removed
- Version set to 3.0.2
- Milestone set to CKEditor 3.1
Confirmed regression with IE8 also. This is definitely a selection issue. No problem with FF.
comment:6 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Keywords Review? added
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

If step 3 "Edit the table" was meant by using table toolbar button, then it looks like duplicate of #4635 "Unable to open property dialog for existing table from toolbar" which is invalid, due to possibility of nested tables.