You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugo v0.140.2+extended+withdeploy darwin/arm64 BuildDate=2024-12-30T15:01:53Z VendorInfo=brew
What is your Go Version
go version go1.23.4 darwin/arm64
What is your Node.js Version
v23.6.0
What is your Operating System
macOS 15.2
Check for Existing Issues
I have searched and found no relevant issues.
Expected Behavior
When clicking a navbar item with an internal link (URL fragment, like #about) within the same page, the navbar shouldn't just navigate to that section but the nav dropdown should also automatically close, without the user having to click the X icon.
Steps to Reproduce
Change nav link to section on same page
Open site on mobile
Click hamburger menu
Click nav link pointing to section on same page
Code Reproduction URL
github.com/cybardev/hugoplate
Additional Information
I feel like this part is relevant, but I'm not quite sure how to change it to facilitate that:
on a desktop chrome browser, my menu is working as advertised, even at smaller sizes. But on an iPAD, the DropDown ABOUT menu is not functioning in landscape mode for both chome and safari. Possibly related?
What is your Hugo Extended Version
hugo v0.140.2+extended+withdeploy darwin/arm64 BuildDate=2024-12-30T15:01:53Z VendorInfo=brew
What is your Go Version
go version go1.23.4 darwin/arm64
What is your Node.js Version
v23.6.0
What is your Operating System
macOS 15.2
Check for Existing Issues
Expected Behavior
When clicking a navbar item with an internal link (URL fragment, like
#about
) within the same page, the navbar shouldn't just navigate to that section but the nav dropdown should also automatically close, without the user having to click the X icon.Steps to Reproduce
Code Reproduction URL
github.com/cybardev/hugoplate
Additional Information
I feel like this part is relevant, but I'm not quite sure how to change it to facilitate that:
hugoplate/assets/js/main.js
Line 13 in e767a2c
Here's a commit showing how to easily reproduce the issue in the base template after running project setup and installing deps:
cybardev@c2a0abb
The text was updated successfully, but these errors were encountered: