Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After clicking on any link in Configuration screen it extend itself, but not displaying new page #2992

Closed
vlad36N opened this issue Mar 21, 2019 · 9 comments

Comments

@vlad36N
Copy link

vlad36N commented Mar 21, 2019

Home Assistant release with the issue:

0.90

Last working Home Assistant release (if known):
0.89

Operating environment (Hass.io/Docker/Windows/etc.):

Hass.io

Description of problem:
After cliking on any link in Configuration screen it extend itself, but not displaying new page

Additional information:
You can see animated .gif file posted on forum

@tdejneka
Copy link

tdejneka commented Mar 21, 2019

Can confirm I'm experiencing the same bug with 0.90 (Docker). Here's a sample of the problem (rendered with Firefox):

https://community.home-assistant.io/t/0-90-remote-ui-streams-user-groups/106670/150

NOTE:
Continuing to click on other menu items on the Configurations page will cause their associated content to be displayed at the bottom of the same page in addition to whatever is already there. So if you click on Integrations, Automations, Entity Registry, etc their respective pages are all shown one below the other.

@robbiet480 robbiet480 changed the title After clik on any link in Configuration screen it extend itself, but not displaying new page After clicking on any link in Configuration screen it extend itself, but not displaying new page Mar 21, 2019
@robbiet480 robbiet480 transferred this issue from home-assistant/core Mar 21, 2019
@rccoleman
Copy link

This appears to be related to custom_ui, and commenting that out makes the problem go away for me. Someone else already filed an issue against custom_ui earlier today: andrey-git/home-assistant-custom-ui#170

@tdejneka
Copy link

I have it commented out because it stopped working in 0.89. I still have the problem described above.

# customizer:
#   custom_ui: local

@balloob
Copy link
Member

balloob commented Mar 22, 2019

This seems related to custom_ui. Cannot be reproduced.

@balloob balloob closed this as completed Mar 22, 2019
@tdejneka
Copy link

Wish I could not reproduce it on my system! :)

custom_ui is commented out yet the Configuration page continues to produce the undesirable behavior described above.

@iantrich
Copy link
Member

@tdejneka did you clear your cache?

@rccoleman
Copy link

rccoleman commented Mar 22, 2019

These are the lines that need to be commented out:

  extra_html_url:
    - /local/custom_ui/state-card-custom-ui.html
  extra_html_url_es5:
    - /local/custom_ui/state-card-custom-ui-es5.html

It's the Javascript in there that's causing the problem. Unfortunately I lose all my pretty colors when I do that :)

@tdejneka
Copy link

@iantrich

Doh! Always overlooking the little things! Thanks for reminding me! Just cleared it and now the Configurations page works correctly. Good!

@rccoleman
Copy link

rccoleman commented Mar 22, 2019

I forked the origin repo and commented out the code that adds the new entry in the config panel. Colors are working in Lovelace and config navigation is also working for me. Here's the repo, and you should just need the *.html files. Use at your own risk, of course.

I modified the tag in the info screen to say "CustomUI-fix-nav" and the datecode is today, so that should help determine if you're running the modified code. Make sure to restart Hass after replacing the files and force-reload the info and config panel pages to make sure you're getting the latest versions.

https://github.com/rccoleman/home-assistant-custom-ui

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants