Project

General

Profile

Actions

Bug #20185

closed

RTE not loading for richtext fields in extensions

Added by Nico de Haen over 15 years ago. Updated over 11 years ago.

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

rte-toObject.diff (818 Bytes) rte-toObject.diff Administrator Admin, 2009-03-15 11:32
Actions #1

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)?

Actions #2

Updated by Nico de Haen over 11 years ago

I think you can close this issue. Thanks fpr caring

Actions #3

Updated by Alexander Opitz over 11 years ago

  • Status changed from Needs Feedback to Closed

Closed as commented.

Actions

Also available in: Atom PDF