Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table header (thead) ignored #3

Closed
nicozerr opened this issue Sep 15, 2017 · 4 comments
Closed

Table header (thead) ignored #3

nicozerr opened this issue Sep 15, 2017 · 4 comments

Comments

@nicozerr
Copy link
Contributor

nicozerr commented Sep 15, 2017

Hi.

When I try to create a table with top and/or left header, the generated HTML code has no th-tags, nor thead-tag.
The only way to have a top header is to create a table without header, edit the first row, and define it as a header.
For a left header, it's worst: I have to edit each cell and define it as a row header.
It worked before on TYPO3 7.6, when rtehtmlarea was into sysext.

A little video of the problem: http://recordit.co/QCQJBWUQpa

I work with TYPO3 8.7.6 and the very last version of rtehtmlarea from your github.

@nicozerr
Copy link
Contributor Author

nicozerr commented Oct 2, 2017

Nobody can answer me ?

@bmack
Copy link
Member

bmack commented Oct 2, 2017

AFAIK there was no change regarding the <thead> and <th> tags in RTEhtmlarea between 8.7 and 7.6. Is it the same configuration?

@dnozdrin
Copy link

In the file /ext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TableOperations.js on the line 1462 change
var headers = params.f_headers;
to
var headers = params.typeof;

@nicozerr
Copy link
Contributor Author

Wouhou ! It works now ! Thank you very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants