Skip to content

Fix FlipView SelectionChanged event firing twice#4054

Merged
punker76 merged 1 commit intodevelopfrom
fix/GH-4012
Feb 27, 2021
Merged

Fix FlipView SelectionChanged event firing twice#4054
punker76 merged 1 commit intodevelopfrom
fix/GH-4012

Conversation

@punker76
Copy link
Member

Describe the changes you have made to improve this project

The SelectionChanged event is a bubbling event, so if the ListBox inside the FlipView fires the event, all other events in the same container will be fired. To fix this we check this inside the FlipView now and stop the bubbling.

Closed Issues

Closes #4012

The SelectionChanged event is a bubbling event, so if the ListBox inside the FlipView fires the event, all other events in the same container will be fired.
@punker76 punker76 added this to the 2.4.4 milestone Feb 27, 2021
@punker76 punker76 merged commit 04729f7 into develop Feb 27, 2021
@punker76 punker76 deleted the fix/GH-4012 branch February 27, 2021 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

FlipView SelectionChanged event firing twice since 2.4.0

1 participant