Closed (duplicate)
Project:
Drupal core
Version:
9.5.x-dev
Component:
ckeditor5.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2022 at 15:14 UTC
Updated:
3 Feb 2023 at 12:54 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
dieterholvoet commentedAs a workaround you can add the following style:
But ideally the toolbar buttons would overflow to a dropdown, not wrap.
Comment #3
wim leersIIRC this is related to the
shouldNotGroupWhenFullsetting. If you remove all toolbar separators, then it will actually behave responsively. Could you give that a try?Comment #4
dieterholvoet commentedI removed all separators and I set a breakpoint in
CKEditor5::getJSSettingsto make sureshouldNotGroupWhenFullis FALSE, and it is. If I add a text field directly to a node the grouping now works, if I add it to a paragraph it doesn't work and it still overflows the page. Does that make this a Paragraphs issue?Comment #5
wim leersDamn, I just realized that #3332416: CKEditor 5 toolbar items of multi-value field (typically Paragraphs) overflowing on narrow viewports and overlapping with node form's sidebar on wide viewports is actually a duplicate of this issue! 🙈 At this point, there's more info there than here, so transfered the findings from here to that issue, and credited you!
Let's continue there 🙏