Opened 15 years ago

Last modified 14 years ago

#6462 closed Bug

Table dialog does not allow percentage values for cellpadding — at Initial Version

Reported by: Joe Kavanagh Owned by:
Priority: Normal Milestone: CKEditor 3.6.1
Component: UI : Dialogs Version: 3.0
Keywords: IBM Cc: Damian, Satya Minnekanti, jamcunni@…

Description

1) Open an instance of the editor.

2) Switch to source mode.

3) Paste in the following table HTML markup:

<TABLE cellspacing="20" cellpadding="20%">
<TR> <TD>Data1 <TD>Data2 <TD>Data3
</TABLE>

4) Switch to wysiwyg mode.

5) Right click on the table and choose Table Properties to open the Table dialog.

6) Click the OK button to close the table without making any changes.

A validation message for the cellpadding field is displayed. Only numeric values can be entered. Percentages are valid values for cellpadding. (See http://www.w3.org/TR/html401/struct/tables.html#adef-cellpadding)

Change History (0)

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