Actions
Bug #79904
closedrtehtmlarea insert custom element + spellcheck windows broken
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
It seems that it was forgotten to update the UserElementsController and SpellCheckingController to recent changes in the rtehtmlarea internal structure. Both use window.parent.RTEarea and window.parent.HTMLArea to access the RTE, but this does not seem to work any more. The link browser recently had the same bug in #77385 and the same fix should probably work here, too.
Updated by Gerrit Code Review almost 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/51754
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51754
Updated by Philipp Kerling almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c794fa27517bb9159cffedb9bd025ac48d5c2d49.
Actions