Bug #20185
closedRTE not loading for richtext fields in extensions
0%
Description
I have an input field of an extension, defined as richtext (in TCA [types]0[showitem] description;;;richtext )
The RTE is not loading in FF3 and IE7 and field values in the whole form are not set. If I click the "RTE full screen" button the RTE is loading correct. (But I can't access the other fields in the form then)
In FF3 I get a javascript error:
"$H(TBE_EDITOR.nested.field).merge(elements).toObject is not a function"
If I change the lines 81 and 113 in /typo3/jsfunc.tbe_editor.js from
TBE_EDITOR.nested.field = $H(TBE_EDITOR.nested.field).merge(elements).toObject();
to
TBE_EDITOR.nested.field = $H(TBE_EDITOR.nested.field).merge(elements);
everything works again in both, FF3 and IE7
(issue imported from #M10696)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Nico de Haen over 11 years ago
I think you can close this issue. Thanks fpr caring
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Closed as commented.