Feature #39175
closedbuttons.table.enableHandles ( rtehtmlarea 4.7.1)
0%
Description
hello,
after resizing a table, the values for the size look like <table height="177" width="342">. It seems that this is not valid html5. The w3c-validator shows "Attribute height not allowed on element table at this point.", respectively "The width attribute on the table element is obsolete. Use CSS instead."
it would be nice to improve this very usefull handeles-feature.
btw: Using the table-operations-dialogues i get the wanted style-attributes <table style="width: 342px; height: 177;">
thanks
Updated by Mathias Schreiber almost 10 years ago
- Assignee set to Stanislas Rolland
Updated by Riccardo De Contardi over 9 years ago
still present in both 6.2.14 and 7.5.0-dev (latest master)
how to test:
1)Page TS Config: add
RTE.default.buttons.table.enableHandles = 1
2) add a table in an RTE (default text CE) using Firefox
3) use handles to resize it manually.
Result: table has the attributes width and height
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
- Assignee deleted (
Stanislas Rolland)
The TYPO3 team has decided to go with CKEditor on version 8 and drop rtehtmlarea out of the default core repository.
The code can now be found at https://github.com/FriendsOfTYPO3/rtehtmlarea Please continue there if you still need this feature.
As the rtehtmlarea code is really outdated I don't expect a core team member to pick this one up. Therefore I close it here and it can be backported when fixed on GitHub.