Problem/Motivation
New to 11.3 is a regression on dropdown menus that don't work if you're logged in, and Big Pipe is enabled (which it is by default).
This is likely a regression caused by changes to Big Pipe with HTMX. However the root cause is visible in navigation.js.
The same applies to Olivero.
Steps to reproduce
- Install default Drupal
- Add a nested menu structure
- Be logged in, and try to access a nested menu item. It doesn't work
Proposed resolution
Adding behavior to fix the issue.
Issue fork event_horizon-3568876
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:
Comments
Comment #2
nicoloye commentedTrying to adapt the fix proposed on Olivero to Event Horizon.
Comment #3
bernardm28 commentedhttps://www.drupal.org/project/drupal/issues/3568566 a link to the olivero issue
Comment #7
bernardm28 commentedComment #8
sikofitt@bernardm28 This fix works for me on dev. Mobile and desktop
Comment #9
bsnodgrass commentedTested patch on Dev vs. live for Midcamp.org looks good.
Setting this to RTBC
Comment #12
mandclu commentedThanks for the work here. Merged in.