Bug #100348
closedEpic #99669: CKEditor5 Collection
ckeditor 5 does not allow styling of UL/OL elements
100%
Description
ckeditor 4 did allow for the styling of UL/OL via css classes.
Applying the following configuration in ckeditor 5 will only allow to style the individial LI elements or a complete P element.
editor:
config:
style:
definitions:
- { name: "✓ Checkmarks UL", element: "ul", classes: ['list-unordered-checkmarks'] }
- { name: "✓ Checkmarks P", element: "p", classes: ['list-unordered-checkmarks'] }
- { name: "✓ Checkmarks LI", element: "li", classes: ['list-unordered-checkmarks'] }
Seems to be a general problem with ckeditor 5 not yet supporting this (and other) use-cases.
Related drupal issue https://www.drupal.org/project/drupal/issues/3326261
Files
Updated by Marc Hirdes over 1 year ago
Seems to be fixed in CKEditor Version 38 https://github.com/ckeditor/ckeditor5/issues/14200#issuecomment-1556760672
Updated by Tymoteusz Motylewski over 1 year ago
- Related to Task #100908: Update ckeditor5 to 38.0 added
Updated by Tymoteusz Motylewski over 1 year ago
here is a patch which upgrades ckeditor to v38
https://review.typo3.org/c/Packages/TYPO3.CMS/+/79133
please confirm whether it solves the issue for you
Updated by Marc Hirdes over 1 year ago
Thanks for the fast patch. But I still can not select the style. I also get a JS error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'attach') at VM493 ckeditor5.js:21:1151
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Hendrik N over 1 year ago
As mentioned here https://github.com/ckeditor/ckeditor5/issues/14200#issuecomment-1589006697 the fix is only for "DocumentList", not for "List" (which is imported in Build/Sources/JavaScript/rte_ckeditor/contrib/ckeditor5-bundle.js)
The attached patch fixes the issse.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79701
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79701
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79701
Updated by Andreas Steiner over 1 year ago
- Target version changed from Candidate for patchlevel to next-patchlevel
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80689
Updated by Benjamin Serfhos about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2790ca3a6cb438a5fee32a9f539bafed54bb7b15.