Fixed
Project:
CKEditor SVG Icon
Version:
1.0.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2023 at 17:20 UTC
Updated:
18 Sep 2026 at 02:14 UTC
Jump to comment: Most recent
Maybe I am mistaken but I didn't managed to get the module working without the code from the module page.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
harlor commentedComment #4
aaronchristian commented@Harlor, Thanks for your contribution.
Are you able to attach some screenshots? I'm test the MR but still can't get things to load in the shadow DOM properly.
Thanks!
Comment #5
aaronchristian commentedComment #8
aaronchristian commentedFixed by a full rebuild in #3624166, which supersedes MR !2's approach — the sprite is now loaded by fetching its URL directly (
<use href="{spriteUrl}#name">) rather than inlining it, so no page_bottom hook is needed. Thanks for the MR, Harlor, it pointed at the right file.