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

setting all possible actions to none still triggers the pointer handle #15317

Closed
3 tasks done
Mariusthvdb opened this issue Feb 2, 2023 · 6 comments · Fixed by #17625
Closed
3 tasks done

setting all possible actions to none still triggers the pointer handle #15317

Mariusthvdb opened this issue Feb 2, 2023 · 6 comments · Fixed by #17625

Comments

@Mariusthvdb
Copy link
Contributor

Mariusthvdb commented Feb 2, 2023

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.

Describe the issue you are experiencing

trying to make an entity not show any possible action by setting:

            tap_action:
              action: none
            hold_action:
              action: none
            double_tap_action:
              action: none

on an entity, in this case in type: glance card, still makes the handle popup, as if there could be some action

there really should be no pointer change in this case as all are negated

Describe the behavior you expected

show no pointer change when hovering

Steps to reproduce the issue

  1. set the above action an entity and hover

...

What version of Home Assistant Core has the issue?

2023.2.0

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

any

Which operating system are you using to run this browser?

Ventura 13.2

State of relevant entities

No response

Problem-relevant frontend configuration

- entity: sun.sun
  name: ' '
  icon: ' '
  show_state: false
  tap_action:
    action: none
  hold_action:
    action: none
  double_tap_action:
    action: none

in this case I am trying to create a 'gap' card inside a glance card, but even on a regular card, this should not happen

Javascript errors shown in your browser console/inspector

No response

Additional information

it would be very nice if we could simply set something like:

action: none

and not have to use the whole mapping for all 3 actions separately
(aware thats a FR, but just mentioning here)

@github-actions
Copy link

github-actions bot commented May 5, 2023

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label May 5, 2023
@ildar170975
Copy link
Contributor

May be I am getting this issue wrong - but:

  1. No popup is displayed.
  2. Mouse pointer is not changing while hovering.
type: picture-glance
image: /local/images/test/orange.jpg
entities:
  - entity: sun.sun
    name: ' '
    icon: ' '
    show_state: false
    tap_action:
      action: none
    hold_action:
      action: none
    double_tap_action:
      action: none
  - entity: sun.sun

Chrome+Win10.

@github-actions github-actions bot removed the stale label May 10, 2023
@Mariusthvdb
Copy link
Contributor Author

Mariusthvdb commented May 10, 2023

my issue was made for a glance card. (now notice I made a typo there in the opening lines, but use the correct in the config description.)
Ill edit that

@ildar170975
Copy link
Contributor

For Glance card - I confirm the issue:
-- no popup is displayed
-- but mouse cursor is changing while hovering:
1qa

@github-actions
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Aug 18, 2023
@Mariusthvdb
Copy link
Contributor Author

Keep?

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

Successfully merging a pull request may close this issue.

2 participants