-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
How to reproduce
- Go in edition
- Insert a table
- In advanced tab, choose to fix the column width
- Try to change the columns width to 80px
Actual behavior
- Visually this has no effet,
- the width input is set to 151px instead of 80px (see screenshot),
- but the source code seems correct :
<table class="simple"> <tbody> <tr> <td style="width: 80px;"> <p style="width: 151px;">Head 1</p> </td> <td style="width: 80px;"> <p style="width: 143px;">Head 2</p> </td> <td style="width: 80px;"> <p style="width: 112px;">Head 3</p> </td> </tr> <tr> <td style="width: 80px;"> <p style="width: 152px;">Cell 1</p> </td> <td style="width: 80px;"> <p style="width: 142px;">Cell 2</p> </td> <td style="width: 80px;"> <p style="width: 112px;">Cel2</p> </td> </tr> </tbody> </table>
- if you save the content, the columns width are corrects
- if you re-edit the content, it works fine
[CMS-2503] In first edition, fix the columns width does not work well
| Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
| Resolution | New: Fixed [ 1 ] | |
| Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
| Attachment | New: Invalid_Input.jpg [ 11041 ] |