Bug #84000
closedJustify buttons are not displayed correctly while overriding justify-classes in custom RTE configuration
0%
Description
While using an own CKEditor configuration and overriding the default justify CSS-classes, the buttons are not correctly set to "active". If you select a text an click on one of the justify buttons the correct class is set. Means only the buttons in the toolbar are not shown properly. Also the text with that justify class is not shown correctly. But that may occour through the not defined custom CSS-class. In the attached screenshots, no JavaScript-Errors occured. The one about the t3skin_override.css is from gridelements - ignore it.
The configuration I used is attached. Though TYPO3 version is set to 8, this still exists in current master (TYPO3 9.2-dev).
Files
Updated by Jan Stockfisch over 6 years ago
- Related to Bug #81801: ckEditor: Text-Align "Center" not working added
Updated by Jan Stockfisch over 6 years ago
Ok this is - kind of interesting. Just added a CSS-File with my custom justify classes. Works just fine now.
I do undestand that if there is no CSS-File with the custom classes, that the content will not be shown properly.
But the buttons are also not displayed in the way they should...
EDIT: I would abandon this one, but I can't. Feel free to close it.
Updated by Frans Saris over 6 years ago
- Status changed from New to Closed
Closed as requested.
If the custom styles are used/set it means the config is processed correctly and then it would be a ckeditor issue.