maikschneider / bw_icons

TYPO3 extensions that provides an icon picker for TCA and RTE.
GNU General Public License v2.0
1 stars 2 forks source link

Insert icon in CKEditor targets last RTE in TCA #39

Closed xperseguers closed 10 months ago

xperseguers commented 10 months ago

Problem

When a record's TCA contains multiple rich text editors, and more than one has the bw_icons CKEditor plugin configured in the toolbar, trying to insert an icon into RTE 1..N-1 results into the icon being inserted to RTE N instead (the last one).

Analysis

plugin.js defines a global iconPicker variable that is overridden with each RTE initialization and finally points to the last RTE.

Solution

Associate this iconPicker to the corresponding editor instead.

maikschneider commented 10 months ago

Hey @xperseguers, thanks for reporting and the great fix! :) Cheers!