Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
ckeditor5.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2023 at 15:58 UTC
Updated:
26 May 2023 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cilefen commentedDoes the Einfaches HTML text format have the CKEditor enabled?
Comment #3
fvd commentedYes the ckeditor 5 is enabled.
And the drupal version ist 10.0.8
Comment #4
cilefen commentedAre there any browser console errors?
Comment #5
fvd commentedI look at the chrome console.
I hope, that is what you think about.
But look
Comment #6
wim leersWhich themes are you using? Can you please export your
editor.editor.basic_htmlandeditor.editor.full_htmlconfig entities and attach them here?Right now, the steps to reproduce this problem are missing. It's impossible for us to help you.
Comment #7
fvd commentedNow I have the Claro theme, the same.
Before the bootstrap5 3.0.7 theme.
The files what I have found for the search "editor.editor." are:
editor.editor.format_1.yml
editor.editor.format_2.yml
editor.editor.format_3.yml
editor.editor.gutenberg.yml
editor.editor.eu_test_text_format.yml
editor.editor.basic_html.yml
here the file: editor.editor.basic_html.yml
The file "editor.editor.full_html.yml":
Do you need the other files also?
Comment #8
fvd commentedThe expand console messages...
Comment #9
fvd commentedComment #10
cilefen commentedThe console errors would be more readable if you disable JavaScript aggregation, rebuild the cache and check again.
Comment #11
fvd commentedWithout javascrip and cleared cache, there isn't something in the console errors
Comment #12
cilefen commentedWithout JavaScript aggregation, correct? Does the editor appear in that case?
Comment #13
fvd commenteduuups, forgot to reload the page...
now the message:
GET https://excample.com/core/themes/claro/images/menu-expanded.png 404
s_QjckxYY7d65OkDZ_kKnspyGUlRI9mSC-aM4xmMhrTbg.css:1
Comment #14
fvd commentedNow I change the theme to the bootstrap5 3.0.7, there isn't the 404 error. The console are white
Comment #15
cilefen commentedI suggested disabling JavaScript aggregation, not disabling JavaScript.
Comment #16
fvd commentedok, now the lines
Comment #17
wim leersIt sounds like this issue is a duplicate of #3314922: Aggregation breaks CKEditor 5.
Can you confirm? In other words: does the problem ONLY occur when JS and CSS aggregation are enabled? (And not when they're both disabled?)
Comment #18
cilefen commentedAggregation is still enabled in comment #16.
Comment #19
fvd commentedyes Wim Leers, that is the Issue #3314922: Aggregation breaks CKEditor 5
thanks
Now I disable css and javascript aggregation at /admin/config/development/performance that is from https://www.drupal.org/project/drupal/issues/3222107
And the menu from the ckeditor 5 is there, at all editor types!
But now, look what the console say
Is that the thing Wim Leers, to solved this? https://www.drupal.org/project/drupal/issues/3222107#comment-15010558
Wiktor7 write it here: https://www.drupal.org/project/drupal/issues/3222107#comment-15033156
Comment #20
wim leersInteresting observation, @FvD! 😄 👏
You said in #3 you're on 10.0.8.
But #3222107: Library order asset weights do not work properly when a large number of javascript files is loaded between two jQuery UI libraries did not ship in a release until 10.0.9! See https://www.drupal.org/project/drupal/releases/10.0.9.
Can you please try updating to 10.0.9, clear all Drupal caches, clear all browser caches and then report back? 🙏
Comment #21
fvd commented@Wim Leers, it works fine!😀
1. I update drupal to 10.0.9
2. switch java and css on: /admin/config/development/performance
3. flush all caches
4. Look at the blook editor page, and it works!
Great! 🤠🙏
Comment #22
wim leersExcellent!
So this was an unrelated core bug causing this, fixed since Drupal 10.0.9. Yay! 😊
Thanks for all your help and patience, @FvD!
Comment #23
wim leersCongrats on your first Drupal core issue credit! 😊
Comment #24
fvd commentedThank's @Wim Leers 🤠🙏