Ticket #5690 (closed Bug: fixed)
When editing a table cell with a width="xxx%" attribute, the cell properties dialog shows pixels instead of percentage
| Reported by: | jonathonsim | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | |
| Keywords: | Confirmed | Cc: |
Description
If your source contains a table cell with a percentage width attribute eg:
<td width="50%">
and you right click > cell > cell properties the resulting dialog will show:
Width: 50 pixels
ie it will select "pixels" rather than "percentage" in the "widthType" dropdown.
Saving this dialog will then insert
<td style="width: 50px">
which is obviously wrong.
You can reproduce this on the nightly build (edit your source and insert a percentage width attribute and reproduce the steps described above)
The attached patch fixes this issue
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
