Opened 14 years ago
Last modified 14 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 )
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
Component: | General → UI : Dialogs |
---|---|
Description: | modified (diff) |
Status: | new → confirmed |
Version: | 3.5 (SVN - 3.5.x) → 3.0 |
Changed 14 years ago by
Attachment: | 6462.patch added |
---|
Flash dialog is also affected.