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

The dropdown menu is hidden in the popup #422

Closed
4 tasks done
WRoss7 opened this issue Sep 9, 2022 · 4 comments
Closed
4 tasks done

The dropdown menu is hidden in the popup #422

WRoss7 opened this issue Sep 9, 2022 · 4 comments

Comments

@WRoss7
Copy link

WRoss7 commented Sep 9, 2022

My Home Assistant version: 2022.9.1

What I am doing:
I have created a simple PopUp with a dropdown menu, but as you can see in the image the choice menu is not usable.
This bug has been present for many months, even in the old version of Browser Mod.
I reported it months ago as a Home Assistant bug, but they closed it by writing that it concerns an external component

What I expected to happen:
The dropdown list should be on top

What happened instead:
The dropdown list is only partially visible

# The least amount of code or steps possible to reproduce my error
  - type: state-label
    entity: sensor.roborock_s5_traduzione_modalita_aspirante
    title: Modifica la potenza aspirante
    tap_action:
      action: fire-dom-event
      browser_mod:
        service: browser_mod.popup
        data:
          title: Modalità aspirante
          content:
            type: entities
            entities:
              - entity: input_select.roborock_s5_modalita_aspirante

Error messages from the browser console:

// Select everything from the browser console and copy it

// Paste it here

Image


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

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • Have made sure I am using the latest version of the plugin.

  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • Comprendo che lasciare una o più caselle deselezionate o non seguire il modello di cui sopra può aumentare il tempo necessario per gestire la mia segnalazione di bug, o causarne la chiusura senza ulteriori azioni.

@genik70
Copy link

genik70 commented Sep 12, 2022

same problem with me

@stale
Copy link

stale bot commented Nov 12, 2022

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.

@stale stale bot added the stale label Nov 12, 2022
@WRoss7
Copy link
Author

WRoss7 commented Nov 12, 2022

The bug persists.

@stale stale bot removed the stale label Nov 12, 2022
@thomasloven
Copy link
Owner

That's unfortunately how the pull-down menus in Home Assistant works. They're meant to be used in cards that are not floating on top of everything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants