Actions
Bug #20185
closedRTE not loading for richtext fields in extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions