Opened 13 years ago
Last modified 13 years ago
#9039 confirmed Bug
On selecting multiple cell along with thead and applying any cell property other cell also get converted to thead.
Reported by: | Rohit Kumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: | kumarohit21@… |
Description
Create a table in ckeditor. Make first row as header. Now select multiple rows of a column along with thead. Apply any cell property, all the selected cells get converted to thead.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | table_entries_heading.JPG added |
---|
comment:1 Changed 13 years ago by
Keywords: | tabletool cellproperties removed |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Selecting one column is possible only in Firefox but this problem can be reproduced in all browsers from CKEditor 3.0.
The problem is that when selection starts in thead cell and cell properties dialog is opened - "Cell Type" filed is set to "Header" thus all cells are changed to headers. Seems that table plugin does not handle selecting multiple cell types.