Opened 12 years ago
Last modified 12 years ago
#9743 confirmed Bug
Table Properties For a Single Row Table not working properly
Reported by: | Abhishek Kumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: |
Description
- Add a table with 1 row and the headers property as first row.
- Select the table and right click on it and select Table Properties.
- In the Table Properties dialog that opens, change the value of Headers to None.
- Try saving the changes by clicking OK. It will not work. Click cancel to close the dialog.
- clicking "OK" button in this circumstance, doesn't show any apparent change in the "Rich Text" tab, when the source is viewed, it can be noticed that the tag <td style="display: none;"> </td> is added to the <table> tag. The no. of the added "<td style="display: none;"> </td>" tags being equal to the no. of times the "OK" button is clicked. And, when switched back to the "Rich Text" view, the Table properties now show the same no. of extra columns.
Problem can be reproduced from CKEditor 3.0 and occurs in CKEditor 4.x (v4) as well.
First problem:
Step 3: You have set value ’None’ but now editor shows ‘Both’.
Second Problem. On Ok JS error pops out:
CKE 3.x
Message: node is null
Line: 167
URI: 3.6.5/ckeditor/_source/core/dom/node.js
CKE 4.x
Message: node is null
Wiersz: 189
URI: /ckeditor4/core/dom/node.js