Bug #46905
closedExpanding IRRE Elements will fail
0%
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
Updated by Thomas Löffler over 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.
Updated by Thomas Löffler over 11 years ago
Update:
It works as usual if you create a new element before expanding an element.
Updated by Ingo Schmitt almost 11 years ago
- Category set to 978
- Is Regression set to No
Updated by Georg Ringer almost 10 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!