Opened 15 years ago
Closed 14 years ago
#6289 closed Bug (fixed)
Deleting nested table removes the parent cell
Reported by: | yiminghe | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.3 |
Keywords: | IE | Cc: |
Description (last modified by )
note:only occurs in IE series
steps:
- insert a table A
- insert a new table B to A's one empty cell
- delete table B through B's contextmenu "删除表格(delete table)"
- A's corresponding cell is deleted too,that's wrong
should relate to :
If the table's parent has only one child, remove it,except body,as well.( #5416 )
i think "delete table" should except td as well ?
Attachments (3)
Change History (10)
Changed 15 years ago by
Attachment: | before_table.png added |
---|
Changed 15 years ago by
Attachment: | after_table.png added |
---|
after delete table ,parent cell is deleted too
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 15 years ago by
Milestone: | → CKEditor 3.4.2 |
---|---|
Summary: | delete table error → Deleting nested table removes the parent cell |
#6295 is a DUP.
comment:4 Changed 15 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 15 years ago by
Attachment: | 6289.patch added |
---|
comment:5 Changed 15 years ago by
Status: | assigned → review |
---|---|
Version: | 3.4 → 3.3 |
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5902].
contextmenu show