Actions
Bug #19257
closedEnable synchronous load of some htmlArea RTE plugins
Start date:
2008-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some RTE plugins are extensions of other plugins. For example, DefinitionList plugin extends BlockElements plugin. In such case, the base plugin must be fully loaded before the extending one.
If loading the base plugin is not complete, evaluation of the extending plugin will fail. The plugin will be loaded in the browser cache and will work only the second time the RTE is opened.
Therefore, the base plugin must be loaded synchronously, before the asynchronously load of the extending plugin is initiated.
(issue imported from #M9235)
Files
Actions