Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
4 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
4
  • a385888d
    Issue #3285054 by lauriii, Wim Leers: Add ckeditor5-stylesheets: false to... · a385888d
    Ben Mullins authored
    Issue #3285054 by lauriii, Wim Leers: Add ckeditor5-stylesheets: false to Claro and Olivero (and fix it)
@@ -83,6 +83,7 @@ function (ConstraintViolation $v) {
'use text format llama',
'administer themes',
'view the administration theme',
'administer filters',
]);
$this->drupalLogin($this->adminUser);
}
@@ -102,6 +103,11 @@ public function testCkeditorStylesheets() {
$this->drupalGet('node/add/article');
$assert_session->responseNotContains('test_ckeditor_stylesheets_relative/css/yokotsoko.css');
// Confirm that the missing ckeditor5-stylesheets configuration can be
// bypassed.
$this->drupalGet('admin/config/content/formats/manage/llama');
$assert_session->pageTextNotContains('ckeditor_stylesheets configured without a corresponding ckeditor5-stylesheets configuration.');
// Install a theme with ckeditor5-stylesheets configured. Do this manually
// to confirm `library_info` cache tags are invalidated.
$this->drupalGet('admin/appearance');
Loading