ckeditor4
ckeditor4 copied to clipboard
Changing only width unit in cell properties dialog does not update table
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
https://dev.ckeditor.com/ticket/12604
Provide detailed reproduction steps (if any)
- Go to http://sdk.ckeditor.com/samples/fullpreset.html.
- Set content to some table, e.g.
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<tbody>
<tr>
<td style="width:70px"> </td>
<td> </td>
</tr>
<tr>
<td style="width:70px"> </td>
<td> </td>
</tr>
</tbody>
</table>
- Right click in a cell in the first row and choose Cell Properties under Cell option.
- Change width units from
pixelstopercent. - Click OK.
Expected result
Table cell width unit was changed to percent.
Actual result
Table cell width unit is not updated. It updates only if width value is alos changed.
Other details
- Browser: All (tested on Chrome)
- OS: OS X
- CKEditor version: 4.7.1
- Installed CKEditor plugins: Full preset (
tabeltoolsplugin)