Actions
Bug #17695
closedJS errors with dividers2tabs and rtehtmlarea
Start date:
2007-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Due to changes to rtehtmlarea from July this year the rte will not load and cause JS errors.
When does this happen:
You will need an extension with more than 1 richtext field which displays the fields of its records in tabs in the BE.
Edit the file ext_tables.php of this extension and change set dividers2tabs to false.
The extension rtehtmlarea will now throw a JS error because the extension relies on identifiers in the generated HTML code which will only be set if dividers2tabs is set to true.
Solution:
Change the part in class.t3lib_tceforms.php which is causing the trouble because of a missing check of the right conditions.
(issue imported from #M6542)
Files
Actions