Bug #55457
closedRTE on first new IRRE record keeps loading in IE
100%
Description
In our extension we have a record with the possibility to add tt_content elements inline (IRRE). However, on the first content element you add, in IE8/9/10 the RTE (rtehtmlarea) just keeps loading with the message:
The editor is being loaded. Please wait...
After saving the record with the newly created content element the RTE loads correctly. The problem only occurs in IE8/9/10. The problem doesn't occur in Chrome and Firefox (tested on OS X).
In other, possibly related, issues there are clues for rewrite rules and custom RTE CSS files, but we don't use both of them.
Part of the TCA configuration for this record:
'content' => array( 'exclude' => 0, 'label' => 'LLL:EXT:<extkey>/Resources/Private/Language/locallang_db.xlf:content', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tt_content', 'size' => 1, 'minitems' => 0, 'maxitems' => 1000, 'appearance' => array( 'collapseAll' => 0, 'levelLinksPosition' => 'top', 'showSynchronizationLink' => 1, 'showPossibleLocalizationRecords' => 1, 'showAllLocalizationLink' => 1 ), ), ),
Updated by Stanislas Rolland almost 11 years ago
The inline js is not loaded or not executed.
Updated by Leon de Rijke almost 11 years ago
The inline js is not loaded or not executed.
Do you have an idea what's causing this?
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27624
Updated by Stanislas Rolland almost 11 years ago
- Category changed from RTE (rtehtmlarea + ckeditor) to Backend API
- Assignee set to Stanislas Rolland
- Target version set to next-patchlevel
- PHP Version set to 5.4
Updated by Stanislas Rolland almost 11 years ago
Please test this change: https://review.typo3.org/#/c/27624/
and give your vote in Gerrit.
Updated by Simon Ouellet almost 11 years ago
+1 :)
This patch is fixing my >= ie8 bug.
My case:
tx_news (with the bodytext field disabled via TCA or TSCONFIG)
The rte doesn't load inside an IRRE record.
Updated by Stanislas Rolland almost 11 years ago
Simon Ouellet wrote:
+1 :)
This patch is fixing my >= ie8 bug.My case:
tx_news (with the bodytext field disabled via TCA or TSCONFIG)
The rte doesn't load inside an IRRE record.
Please give your vote in Gerrit: https://review.typo3.org/#/c/27624/
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28130
Updated by Stanislas Rolland almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bb56fba04bb6a77dbfafd7629a07fb49e037f407.
Updated by Robert Vock over 10 years ago
Will this be fixed in 4.7 or 4.5 as well?
Updated by Gerrit Code Review over 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30240
Updated by Stanislas Rolland over 10 years ago
Robert Vock wrote:
Will this be fixed in 4.7 or 4.5 as well?
Please test this change for TYPO3 4.5:
https://review.typo3.org/30240
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset b2597fd48d74ba39b2527e2acf3c96001245f0bd.