Bug #79756
closedckeditor does not initialize if richtextConfiguration is not set in TCA
100%
Description
Seems we need some fallback or better default handling within the configuration provider of ckeditor (used in dataHandler and TcaText data provider):
If on a text element TCA enabledRichtext = true is set, but richttextConfiguration = 'default' (or some other value) is NOT set, then ckeditor on load tries to load file 'styles.js' which 404's (why?) and then init of the edtior fails.
Currently easily reproducible with styleguide_rte.
We probably should have better default handling of config, and need to take care this doesn't kill htmlarea or has negative side effects.
Patch should have a review by me and/or benni.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/51820
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51820
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51820
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51820
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51820
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51820
Updated by Anders Kostending over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aeafee8e8ee506b2ce9f165a3803c07a374ec6d2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed