[TYPO3-core] RFC: Bugfix #12331: (htmlarea) Plugins may not be loaded for multiple RTEs

Ralf Hettinger ng at ralfhettinger.de
Sun Oct 25 15:57:13 CET 2009


This is an SVN patch request.

Type:
Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12331

Branches:
trunk

Problem:
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.

Regards
Ralf
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0012331_htmlarea-1.8.3_TYPO3-4.3-beta2_svn-6273_v2.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091025/73b8a8fb/attachment.txt>


More information about the TYPO3-team-core mailing list