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

Fix FlipView SelectionChanged event firing twice #4054

Merged
merged 1 commit into from
Feb 27, 2021
Merged

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