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
Describe the bug
I'm unsure if this is a bug or intended behavior. On a post page, resizing the browser to a smaller window reveals a menu button at the bottom right. Clicking it opens a menubar in the same corner. However, resizing back to a larger window hides the menu button but leaves the menubar visible. The only way to close the menubar is to resize back to a small window and click the menu button again.
To Reproduce
The official website of hermit-v2 should be enough to reproduce the bug.
Go to any webpage with a header at the bottom. For example, this page from the official website.
Resize your browser window small enough to make the menu button appear in the header
Click the menu button to call out the popup menubar
Resize your browser window big enough to make the menu button disappear.
Spot the error. You should see the popup menubar still there, and you can't close it.
Expected behavior
After step 3 above, the menubar should be hidden when the window is resized to be large, and appear when resized to be small.
Screenshots
Resized to a small window, the menu button will appear at the bottom left in the header.
Click the menu button at the bottom right, and a menubar will pop up:
Resize to a large window, and the menubar is still there:
Hugo (please complete the following information):
Latest hermit-V2 theme package? Yes.
This bug should be reproducible on the official website of hermit-v2 as I tested on 2024/11/22.
The text was updated successfully, but these errors were encountered:
This happens because the components which were active in small width screen remains active unless the page is refreshed, upon which it takes on components which are actually used in wide screen. And vice versa.
This is because I haven't touched it from original theme and to be frank I didn't test it out myself and didn't consider a viable case.
Describe the bug
I'm unsure if this is a bug or intended behavior. On a post page, resizing the browser to a smaller window reveals a menu button at the bottom right. Clicking it opens a menubar in the same corner. However, resizing back to a larger window hides the menu button but leaves the menubar visible. The only way to close the menubar is to resize back to a small window and click the menu button again.
To Reproduce
The official website of hermit-v2 should be enough to reproduce the bug.
Expected behavior
After step 3 above, the menubar should be hidden when the window is resized to be large, and appear when resized to be small.
Screenshots
Resized to a small window, the menu button will appear at the bottom left in the header.
Click the menu button at the bottom right, and a menubar will pop up:
Resize to a large window, and the menubar is still there:
Hugo (please complete the following information):
This bug should be reproducible on the official website of hermit-v2 as I tested on 2024/11/22.
The text was updated successfully, but these errors were encountered: