Project

General

Profile

Actions

Feature #39175

closed

buttons.table.enableHandles ( rtehtmlarea 4.7.1)

Added by wini2 no-lastname-given over 12 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2012-07-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

Actions #1

Updated by Mathias Schreiber almost 10 years ago

  • Assignee set to Stanislas Rolland
Actions #2

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

Actions #3

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.

Actions

Also available in: Atom PDF