Skip to content

Conversation

@UrtsiSantsi
Copy link
Contributor

@UrtsiSantsi UrtsiSantsi commented Jan 16, 2025

Fixes #222

button with "suggested-action" style

The reason that happens is that when clicking on a button, the button claims the "released" gesture
and we don't get the "released" signal.
Setting the propagation phase to "CAPTURE" allows
us to handle the event before the button claims
it.

button with "suggested-action" style

The reason that happens is that when clicking on a
button, the button claims the "released" gesture
and we don't get the "released" signal.
Setting the propagation fhase to "CAPTURE" allows
us to handle the event before the button claims
it.
@sonnyp sonnyp changed the title Fixes #222 - left click on a button leaves "Left" Event Controller: Set propagation phase to capture Oct 7, 2025
@sonnyp sonnyp merged commit ff501ad into main Oct 7, 2025
1 check passed
@sonnyp sonnyp deleted the event_controller_issue branch October 7, 2025 07:29
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 this pull request may close these issues.

Left click on a button leaves "Left" button with "suggested-action" style

3 participants