Project

General

Profile

Actions

Bug #21351

closed

Plugins may not be loaded for multiple RTEs

Added by Ralf Hettinger over 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19477: RTE does not work in IRRE subelementsClosedStanislas Rolland2008-10-17

Actions
Actions

Also available in: Atom PDF