Bug #101380
closedEpic #99669: CKEditor5 Collection
Scss Compiler for CKEditor fails when using clamp() with mixed units
100%
Description
To style the text in the CKEditor it is not possible to use modern CSS like clamp(0.2rem, 0.2rem + 0.12vw, 0.3rem)
.
It is a problem with the used compiler of ScssPhp\ScssPhp\Compiler
in the class TYPO3\CMS\RteCKEditor\Service\ScssProcessor
which fails. I opened an issue on scssphp/scssphp. The answer shows that it will not be solved in short time.
As a result no CSS is compiled an the editor stays unstyled.
Updated by Benni Mack about 1 year ago
Updated by Gerrit Code Review about 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/+/81295
Updated by Gerrit Code Review about 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/+/81295
Updated by Gerrit Code Review about 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/+/81295
Updated by Gerrit Code Review about 1 year ago
Patch set 4 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/+/81295
Updated by Gerrit Code Review about 1 year ago
Patch set 5 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/+/81295
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/+/81308
Updated by Anonymous about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c56e2796245ae44209a73c855749dfd63cbed2ce.