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

mousedown and touch events for sub cards not working - link to Honeycomb Menu #891

Open
samuele2723 opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@samuele2723
Copy link

samuele2723 commented Dec 20, 2024

Checklist
All updated to last version

Describe the bug

Issue using Honeycomb menu in nested cards within button-card. Example with a mushroom button, if i have the mushroom card alone it works as intended, instead when i get inside the button card it "reminds" the last click i did elsewere for the first trigger of the honeycomb. When i click second time, works as intented

trim.8B1E9CA7-8775-40AC-90B9-E905E53C11C2.MOV

Version of the card
Latest:

To Reproduce
This is the configuration I used:

Screenshots

See Sian-Lee-SA/honeycomb-menu#73

Button-card has taken over the mousedown and touch events for sub cards and this module isn't getting those events till after the menu has closed (due to the second click) so it's clear that the custom:button-card is using stopPropagation for the event.

Expected behavior

Honeycomb menu pops up where clicking also at first

Desktop (please complete the following information):

  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@samuele2723 samuele2723 added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant