Project

General

Profile

Actions

Bug #17695

closed

JS errors with dividers2tabs and rtehtmlarea

Added by Andreas Otto † over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Miscellaneous
Target version:
-
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

dividers2tabs-rte_v3.diff (1.56 KB) dividers2tabs-rte_v3.diff Administrator Admin, 2007-10-17 17:31
Actions #1

Updated by Andreas Otto † over 16 years ago

The error is reproducible.

Actions #2

Updated by Andreas Otto † over 16 years ago

Patch was commited by Ingmar Schlecht.

Actions #3

Updated by Andreas Otto † over 16 years ago

Fixed.

Actions

Also available in: Atom PDF