You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: