hass-browser_mod icon indicating copy to clipboard operation
hass-browser_mod copied to clipboard

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

Open Rijswijker opened this issue 1 year ago • 2 comments

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:

  • [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.

Rijswijker avatar Dec 31 '23 12:12 Rijswijker

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

image

ViRuSTriNiTy avatar Jan 11 '24 22:01 ViRuSTriNiTy

Same here. Any workarounds?

Flintr avatar Jul 06 '24 12:07 Flintr