maykar / custom-header

Custom Header adds enhancements and customization options to Home Assistant's Lovelace header.
https://maykar.github.io/custom-header
MIT License
256 stars 107 forks source link

Custom Header causes Lovelace menu items to not work in 0.112.0b0 #232

Closed SeanPM5 closed 4 years ago

SeanPM5 commented 4 years ago

After updating to 0.112.0b0, the default menu items in Lovelace menu do not work. The only menu option that works is for Custom Header.

image

This means that nobody can configure their UI, refresh, reload resources, see unused entities, etc. Can't even click the "Help" link either. Nothing is printed in console it seems, it just doesn't work. Reproduced on Chrome desktop (Mac) and iOS App.

Confirmed that it was Custom Header causing it because when adding ?disable_ch to the end of the URL, the menu worked as expected. I am using Custom Header 1.6.3 which is the latest in HACS.

github-actions[bot] commented 4 years ago

Important:

Issues that don't provide the necessary information listed below may not get a reply and will be closed until the info is provided.

Release is the current version of Custom Header. Be sure that you are using the latest version by checking your browser's dev tools console (usually found by pressing F12). If this doesn't display the current version either clear your cache or reinstall.

If you haven't yet done so, please read the "Before Posting an Issue" section of the docs site.

Include as much of the following info as you can to help me replicate and investigate your issue:

When pasting in your config always place 3 backticks ``` above the first line of your config and after the last line. Doing this will format it correctly so that I may find any formatting errors in your config.

maykar commented 4 years ago

Thank you, on it.

maykar commented 4 years ago

1.6.4 should remedy the issue.

SeanPM5 commented 4 years ago

Confirming that 1.6.4 does indeed fix this on my end. Thank you!

Krocko commented 4 years ago

I have the same problem with an iOS device.

Krocko commented 4 years ago

@maykar could it be the same problem like this: https://github.com/hacs/frontend/pull/181?

maykar commented 4 years ago

Likely a similar issue, but different elements. HA no longer uses paper-item, instead it uses mwc-list-item. Will work on this soon and will let you know when I have a beta to test out.

maykar commented 4 years ago

@Krocko Please give the latest pre-release 1.6.6 a try and let me know how it goes.

To view pre-releases in HACS go to the Custom Header listing under "Frontend", click the 3 dots in the right hand corner, select "Reinstall", turn on "Show beta versions", select 1.6.6, and hit "Install". Clear cache afterwards just in case.

Krocko commented 4 years ago

@maykar It is working. Thank you very much!

Harry-1976 commented 4 years ago

@maykar Perfect! It also solves the multiple tapping that was required to access the menu items. Now i can access them with a single tap.