Actions
Bug #14451
closedWhen editing in table the border setting dissappears
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2004-12-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions