Project

General

Profile

Actions

Bug #46905

closed

Expanding IRRE Elements will fail

Added by Michael Staatz about 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2013-04-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:

Description

Expanding new created IRRE - Relations will fail if the child is content elemement text with RTE.

Example:
Take the 6.1-beta Introduction Package, configure the news extension to work with content elements. Edit a news and add a content element. The try to exand the "IRRE - Tab".

It works when you save the record.

best,
michael

Actions #1

Updated by Thomas Löffler almost 11 years ago

I can confirm it on 4.7.
Error occured in t3lib/jsfunc.inline.js:413

objectDiv.innerHTML is undefined

Checked in debugging session that

$(objectId + '_fields')

doesn't work but

document.getElementById(objectId + '_fields')

works.

After changing that, the next error occurs directly in prototype source file.
I think, something is completely broken.

Tested it with IRRE elements with and without RTE included.

Actions #2

Updated by Thomas Löffler almost 11 years ago

Update:

It works as usual if you create a new element before expanding an element.

Actions #3

Updated by Ingo Schmitt about 10 years ago

  • Category set to 978
  • Is Regression set to No
Actions #4

Updated by Georg Ringer over 9 years ago

  • Status changed from New to Resolved

I tested on current master and it works there! Feel free to open the issue again if still valid for you in CMS 7. thanks!

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF