Actions
Bug #21351
closedPlugins may not be loaded for multiple RTEs
Start date:
2009-10-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
htmlarea's plugins may not be loaded and thus not be available although configured for follow up RTEs, when more than one RTE is rendered.
Reason: The to be loaded plugins are evaluated based only on the very first htmlarea being generated.
Example: have two RTE fields field_1 and field_2 of table some_table shown within the same TCEform with the following configuration:
RTE.config.some_table {
field_1.showButtons = undo,redo,copy,cut,paste
field_2.showButtons = link,undo,redo,copy,cut,paste
}
Result: field_2 will have no link button, since plugin TYPO3Link is never loaded.
Solution: Load plugins for all htmlareas.
(issue imported from #M12331)
Files
Actions