thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.31k stars 186 forks source link

When navigating to other dashboard, the header bar becomes partially visible #668

Open Rijswijker opened 8 months ago

Rijswijker commented 8 months ago

My Home Assistant version: 2023.12

What I am doing: When i do a Navigate action within the same dashboard (to subview) everything is working as expected. But when I navigate to another dashboard or a subview on another dashboard the header bar becomes partially visible.

Tap Action: Navigate Navigation Path: /another-dashbord/subview

titlebar

The header bar only goes away again when I am on the default dashboard and change subview there to the default dashboard. If I change subviews on the non-default dashboard, the header bar remains.

By "default dashboard", I mean the dashboard that is defined in the settings of browser-mod in the Frontend Settings "Default dashboard" section.

What I expected to happen: That the header is not shown.

What happened instead: A part of the header is shown.

Minimal steps to reproduce: Change to another dashboard (or subview on another dashboard) when the setting hide header is set to true.

# The least amount of code or steps possible to reproduce my error

# Put your code/steps here
tap_action:
  action: navigate
  navigation_path: /another-dashboard-than-default/subview-on-other-dashboard

Error messages from the browser console:

// Select everything from the browser console and copy it

No errors visible

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

ViRuSTriNiTy commented 8 months ago

Yep, also happens when the user opens the more-info dialog, then clicks Show more followed by the back button of the browser:

image

Flintr commented 2 months ago

Same here. Any workarounds?