Problem/Motivation
- goto navigation's layout block builder. toggle 'narrow' sidebar mode. notice 'show content preview' can not be clicked unless at new letters 'view'
Steps to reproduce
also see: https://www.drupal.org/files/issues/2024-05-01/sidebar-noclick_zone.mov

Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #19 | Edit layout for Navigation layout _ drupal11OS (2).mp4 | 1.22 MB | ahsannazir |
| #11 | BeforeMR-8038.mp4 | 325.41 KB | kanchan bhogade |
| #10 | Edit layout for Navigation layout _ drupal11OS.gif | 234.78 KB | ahsannazir |
| sidebar-noclick_zone.mov | 5.8 MB | skaught | |
| click-deadzone.png | 119.64 KB | skaught |
Issue fork drupal-3444699
Show commands
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:
- 3444699-navigation-layoutbuilder-ui
changes, plain diff MR !8038
Comments
Comment #2
skaughtComment #3
skaughtComment #4
skaughtmaybe both these are related to offset use.
Comment #7
gauravvvv commentedComment #8
finnsky commentedThis fix breaks collapsed sidebar expand popover functional.
Comment #9
gauravvvv commentedThank you for the feedback @finnsky, I have updated the MR with different approach.
Comment #10
ahsannazir commentedThe changes are working fine. Attaching screen capture
Comment #11
kanchan bhogade commentedHi
I've tested MR!8038 on Drupal 11.x
MR is applied cleanly...
On the Navigation LayoutBuilder, Link is added and it's working.
Adding Screen recording for reference
RTBC+1
Keeping in "Needs review" for code verification
Comment #14
finnsky commentedLooking good to me +1 rtbc. I've added 2 small improvements.
1. Added type=submit to expand/close buttons to avoid LB form submit.
2. Added minor css fixes. Font size for LB text and always wide sidebar in css.
Comment #15
skaughtThe lower 'narrow/expand' button is now locked open if user click. the left side of the page content remains fixed left (remains partially hidden under the entire nav.
Comment #16
ahsannazir commentedMade changes to the MR. Attached screen capture for ref.
Comment #17
kanchan bhogade commentedHi
I've tested MR!8038 on Drupal 11.x
MR is applied cleanly...
Left sidebar button is clickable and Content page hiding issue fixed
Adding Screen recording for reference
RTBC+1
Keeping in "Needs review" for code verification
Comment #18
skaughtSteps forward!
I'm still finding some general switching it from narrow and back and forth again the overhanging is reoccurring.
Comment #19
ahsannazir commentedI restested to see the issue mentioned in #18 but was not able to reproduce the same. Attaching screen capture for reference
Comment #20
skaught@ahsannazir thanks!
I have also retested this morning and can not recreate what I had seen. I think I had a local cache problem from branch changes. I'll move to RTBC.
Comment #21
nod_Thanks for the fix, let's keep the scope to what the issue is about though.
Can you roll back the button and font size fixes and create new issues? The git history will be useless if we sneak in out of scope fixes.
Comment #22
gauravvvv commentedComment #23
nod_thx, minor whitespace to fix and we should be good to go
Comment #26
gauravvvv commentedWhitefix has been added, This is ready to go
Comment #27
nod_all good now
Comment #33
nod_Committed and pushed d488327312 to 11.x and 43e4c0c9c6 to 11.0.x and 83e91f4dcb to 10.4.x and 2aa3efe0d9 to 10.3.x. Thanks!