Opened 11 years ago
Last modified 8 years ago
#11192 confirmed Bug
Table Tools modify the wrong table when working with the <th> element in a nested table
Reported by: | clazy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.1 |
Keywords: | IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
When inserting a row/column/cell to the child table using the context menu, it will insert the row/column/cell on the parent table.
step to reproduce:
- add a table (parent table) without header
- add another table (child table) with header inside the parent table
- right click on the first cell of the child table and insert a row/column/cell
Expected: Row/column/cell will insert in the child table
Actual: Row/column/cell added on the parent table
For more detail, video is attached.
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | ckeditor-officalWebsite.swf added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.3 → 3.5.1 |
comment:2 Changed 11 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:3 Changed 9 years ago by
Summary: | Table is messed up when inserting a row, column and cell when a table has a header → Tabletools modifies wrong table when working with th element in nested table |
---|
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Summary: | Tabletools modifies wrong table when working with th element in nested table → Table Tools modify the wrong table when working with the <th> element in a nested table |
comment:6 Changed 8 years ago by
#9944 was marked as duplicate.
There is a good explanation of the problem and a pull request: https://github.com/ckeditor/ckeditor-dev/pull/36.
#14743 was also marked as duplicate.
Problem can be reproduced from CKEditor 3.5.1 rev. [6328] in both CKE 3.x and 4.x.