Opened 14 years ago

Last modified 13 years ago

#6462 closed Bug

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

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 (last modified by Garry Yao)

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 (2)

comment:1 Changed 14 years ago by Garry Yao

Component: GeneralUI : Dialogs
Description: modified (diff)
Status: newconfirmed
Version: 3.5 (SVN - 3.5.x)3.0

Flash dialog is also affected.

Changed 14 years ago by Garry Yao

Attachment: 6462.patch added
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