Bug #19624
RTEhtmlarea does not work with IRRE after new child records were created
Status: | Resolved | Start date: | 2008-11-21 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Oliver Hader | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
RTEhtmlarea does not work anymore with IRRE after new child records were created while editing the parent record.
The reason is that loading JavaScript libraries in RTEhtmlarea has changed. For IRRE disposal it's required, that these libraries are only loaded with the parent record. Otherwise each newly created child record will load these files again and break the JavaScript functionality.
(issue imported from #M9807)
Related issues
History
#1 Updated by Stanislas Rolland over 6 years ago
Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670) and trunk (revision 4556).