Bug #14451
closedWhen editing in table the border setting dissappears
0%
Description
When I make a table and then edit the table with click on the icon 'table properties' and then edit it, the border around the table dissappears.
Source kode before I edit in the ' table properties' section.:
<table cellspacing="1" cellpadding="1" border="1" style="width: 100%;"><tbody><tr><td>sss<br /></td><td>sss<br /></td><td>sss<br /></td><td>sss<br /></td></tr><tr><td>sss<br /></td><td>sss<br /></td><td>sss<br /></td><td>sss<br /></td></tr></tbody></table>
After the table has a lot of style sheet properties included the border - but the border is not shown in the editor and it is not shown on the webpage either.
(issue imported from #M613)
Updated by Stanislas Rolland almost 20 years ago
I think this bug has been fixed in version 0.4.19 of htmlArea RTE (rtehtmlarea).
The border-width style property is now used and kept in sync with html attribute border.