Opened 15 years ago
Closed 15 years ago
#4952 closed Bug (fixed)
[IE] Editing table creates a new table
Reported by: | Damian | 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 )
To reproduce:
- Open nightly demo
- Create default table
- Edit the table
Notice that a new table is created.
Attachments (1)
Change History (9)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|---|
Priority: | High → Normal |
comment:3 Changed 15 years ago by
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 15 years ago by
Keywords: | Confirmed IE added; Pending removed |
---|---|
Milestone: | → CKEditor 3.1 |
Version: | → 3.0.2 |
Confirmed regression with IE8 also. This is definitely a selection issue. No problem with FF.
Changed 15 years ago by
Attachment: | 4952.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:7 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Review+ added; Review? removed |
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.