- Issue created by @sbrenner02
- 🇺🇸United States mherchel Gainesville, FL, US
The Olivero project is moved into core. This might be a duplicate of #3319325: Olivero: Mobile menu does not work when authenticated and BigPipe enabled(D10 only) → , but pretty sure that was D10 only.
If you point me to your site, I can take a look
@mherchel this is happening on desktop and not mobile (have not looked for it on mobile yet). Also our site is currently not public nor will it be public accessible when its live
It does seem to be the same issue as linked above however that patch is for 10 and does not work for 9. I've created a 9.5.x version of the same patch. I've done a lot of local testing and it does seem to resolve the issue, so thanks for the help!
- Status changed to Needs review
over 1 year ago 9:03pm 24 March 2023 - 🇺🇸United States andy-blum Ohio, USA
@sbrenner02 thanks for the issue and the patches! A couple of housekeeping points:
- Please name your patches relative to the comment in which they are posted, not sequentially numbered. For example
3350013-2
should be3350013-6
. This helps avoid confusion in longer chains so "patch #6" and "the patch in comment #6" don't mean two different things - After posting a patch, please remember to update the issue to "needs review" so the maintainers (Mike and I in this case) and others know it's ready for people to look at.
- Please name your patches relative to the comment in which they are posted, not sequentially numbered. For example
- Status changed to Needs work
over 1 year ago 11:23pm 25 March 2023 - 🇺🇸United States smustgrave
So I'm on 10.1.x and the olivero nav opens without issue.
Cleared cache and confirmed it still opens.
Could you provide a small video of the issue?
Also seems like the kind of bug that would need a test case.
- Status changed to Needs review
over 1 year ago 10:11am 13 April 2023 - 🇮🇳India sahil.goyal
Hi! Thank you for providing more information and updating the recordings to help explain the issue. From what you've described, it sounds like the problem occurs when we toggle the navigation but what i found is when the page's body element changes size or when the user scrolls out of the body element's scope, looks like navigation bar does not able to target body element correctly.
I'm updating recording of the after and before patch os it makes the issue to understand what i'm referring to.i'm confirming that #8 is the correct patch to address the issue. The patch targets the body element correctly in the navigation, which should ensure that the toggle button works correctly regardless of any changes to the body element's size or scrolling.
Let me know if you have any other questions or concerns!
RTBC +1 - Status changed to RTBC
over 1 year ago 12:47pm 13 April 2023 - 🇺🇸United States mherchel Gainesville, FL, US
I'm fine with committing this. We made the same change in Drupal 10.0.x, but since we didn't see the issue in 9.5.x, it never got backported.
We now have evidence that the problem is occurring so let's fix this. This is a very small and easy to understand patch.
- Status changed to Fixed
over 1 year ago 9:09am 28 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.