Browser_Mod Ignoring Hide Sidebar After Update
My Home Assistant version: 2024.9.3
What I am doing:
Using Browser_Mod to hide the sidebar.
What I expected to happen:
The sidebar to be hidden.
What happened instead:
The sidebar is not hidden; but it contains no content (solid bar in its place).
Manually resetting the Browser_Mod "Hide Sidebar" from on to off clears the sidebar until navigating to a sub-view. Turning it on and off again fixes it. Or, interacting with HA from another device fixes it.
Minimal steps to reproduce:
Tested on three Android tablets; created new Broswer_ID using Chrome browser; same results across all. Cleared cache on all devices as well.
# The least amount of code or steps possible to reproduce my error
N/A
# Put your code/steps here
Error messages from the browser console: N/A
// Select everything from the browser console and copy it
// Paste it here
N/A
By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
-
[ X] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
-
[X ] Have made sure I am using the latest version of the plugin.
-
[X ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
-
[ X] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
Hi!
Same problem! Sidebar not hide. Hidden only content off sidebar.
Same Problem with Chromium on Ubuntu after restart
I have this error too... what is the solution?
Same Problem, the sidebar is visible but empty
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For those with this issue, are you using a custom theme? That could be interacting with the method Browser Mod uses to remove siderbar, namely setting --mdc-drawer-width to 0px. It could be that something is setting to anothe value with !important ?
FYI, Hi v2.4.2-beta.4 is available for testing where hiding the sidebar uses a method more alogned to Home Assistant architecture.