Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jan 2022 at 15:47 UTC
Updated:
19 Aug 2022 at 13:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mherchelComment #3
mherchelFixing some ordering and nesting.
Comment #4
mherchelRe-roll of #3
Comment #5
andy-blumThis causes a dropbutton with (unrealistically) long text to overflow the page causing horizontal scroll. We probably would prefer having the display of the button break over multiple lines but all be visible.
we need the
.on the nested dropbutton-wrapper classComment #6
mherchelThis is out of scope for this issue, as it's pre-existing. We could easily set a max-width, but this causes even more issues with dropbuttons overlapping other dropbuttons. This leads down a whole difficult road (I went down this with Claro a bit). The proper solution is the split-button component.
I fixed the selector issue (great catch!).
Updated patch and interdiff attached.
Comment #7
andy-blumlgtm
Comment #8
quietone commentedPatch no longer applies.
Comment #9
kostyashupenkoHere it is :)
Comment #10
mherchel@kostyashupenko I don't see the changes in that patch.
Uploading new patch.
Comment #11
andy-blumChanges from interdiff 9-10 look good. RTBC
Comment #12
mherchelOpened followup #3302052: Olivero footer can obscure bottom of dropbutton dropdown
Comment #15
lauriiiCommitted 4b9c19c and pushed to 10.1.x and cherry-picked to 10.0.x. Thanks!