Skip to content
Snippets Groups Projects
Commit b008e63a authored by Stanislas Rolland's avatar Stanislas Rolland
Browse files

[BUGFIX] RTE: Change to tab menu div id breaks RTE load in IRRE element

Problem: -DIV suffix to id's of tab div's was removed. This breaks RTE load in
IRRE and other nested elements.
Solution: Adapt RTE script.

Releases: master
Resolves: #62897
Change-Id: I45727c698a57456c93d2700f26151029d4628baa
Reviewed-on: http://review.typo3.org/34033


Reviewed-by: default avatarStanislas Rolland <typo3@sjbr.ca>
Tested-by: default avatarStanislas Rolland <typo3@sjbr.ca>
parent f74d3d0e
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ HTMLArea.util.TYPO3 = function () {
simplifyNested: function(nested) {
var i, type, level, elementId, max, simplifiedNested=[],
elementIdSuffix = {
tab: '-DIV',
tab: '',
inline: '_fields',
flex: '-content'
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment