Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
ckeditor.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 May 2022 at 18:25 UTC
Updated:
24 Jun 2022 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tintoHere's an update for
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php.The patch removes all mentions of Bartik and replaces them with Olivero. The old version checked for a number of Bartik CSS files used for CKEditor. The Olivero theme includes an entirely different set of CSS files, so the patch adds checks for all of Olivero's CSS files used for CKEditor:
Comment #3
catchNice straightforward one.
Comment #7
lauriiiCommitted 2ba2757 and pushed to 10.0.x. Cherry-picked to 9.5.x and 9.4.x since this is a non-disruptive test change. Thanks!