Project

General

Profile

Actions

Bug #22466

closed

RTE does not load for IRRE fields when in fe-editing mode

Added by Björn Pedersen over 14 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-04-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If using feediti-advanced, the IRRE-fields with RTE do not load the RTE.

Problem seems to be here: I get a JS-error on line 347: field is NULL

fieldChanged_fName: function(fName,el) {
340 var idx=2+TBE_EDITOR.prependFormFieldNamesCnt;
341 var table = TBE_EDITOR.split(fName, "[", idx);
342 var uid = TBE_EDITOR.split(fName, "[", idx+1);
343 var field = TBE_EDITOR.split(fName, "[", idx+2);
344
345 table = table.substr(0,table.length-1);
346 uid = uid.substr(0,uid.length-1);
347 field = field.substr(0,field.length-1);
348 TBE_EDITOR.fieldChanged(table,uid,field,el);
349 },
350

JS stack at line 347:

fName
"data[tx_frm2newpm_person]4[function]"

field
null

idx
3

table
"4"
uid
"function"

So it seems like line 340 must take feedinting into accoutn and change the fixed 2 accordingly.
(issue imported from #M14126)


Files

irre_feedit_rte.patch (3.55 KB) irre_feedit_rte.patch Administrator Admin, 2010-04-22 14:01

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22598: feedit (sysext) does not load if editing datasets containg IRRE-fields.Closed2010-05-06

Actions
Related to TYPO3 Core - Bug #22729: htmlArea RTE: backpath is not correctly setClosedStanislas Rolland2010-05-27

Actions
Actions

Also available in: Atom PDF