Opened 11 years ago

Last modified 11 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

  1. Add a table with 1 row and the headers property as first row.
  2. Select the table and right click on it and select Table Properties.
  3. In the Table Properties dialog that opens, change the value of Headers to None.
  4. Try saving the changes by clicking OK. It will not work. Click cancel to close the dialog.
  5. 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;">&nbsp;</td> is added to the <table> tag. The no. of the added "<td style="display: none;">&nbsp;</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.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy