Bug #19257
closedEnable synchronous load of some htmlArea RTE plugins
0%
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
Updated by Stanislas Rolland about 16 years ago
The attached patch makes it possible for an extension to require that the plugin of another extension be loaded synchronously.
The patch also modifies the DefinitionList extension so as to require synchronous load of the BlockElements plugin.
Updated by Stanislas Rolland about 16 years ago
Committed to SVN TYPO3core trunk revision 4021.
Updated by Stanislas Rolland about 16 years ago
Sorry, a boolean flag was inverted. The second patch fixes this.
Committed to SVN TYPO3core trunk revision 4022.