Bug #68392
closedMultiple RTE in element blocktyle dropdown filled only once
100%
Description
When there are multiple fields with htmlarea in the same content element, only the last RTE blockstyle and textstyle dropdowns get filled.
RTE fields other than the last do have select fields and they are not disabled, but there are no options to select.
Could reproduce on 7.3, could not reproduce on 6.2.
Tried with clean install TYPO3 7.3 with introduction package. Added extra field with ext_tables.php in introduction package.
Easier to reproduce by installing introduction package and tx_news and enable RTE for teaser field or installing introduction package dce(dynamic content elemens) and creating dce with two rte fields.
Files
Updated by Mehdi Guermazi about 9 years ago
Reproduced in 7.3.1 with custom extension, multiple rte and textstyle dropdown.
Updated by Florian Busch (floxx) about 9 years ago
- File patchfile.patch patchfile.patch added
Confirmed for 7.5.0
Found the bug after some funny javascript debugging in sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js - an instance variable was declared in prototype, so it was shared across all editor instances.
Patch appended.
Updated by Mathias Schreiber almost 9 years ago
- Target version set to Candidate for patchlevel
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46982
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47065
Updated by Florian Busch (floxx) over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3f7f3a13c57be721018cd4aace4488e77c131812.