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

Transitioner: Short-circuit SelectionChanged event when not originating from Transitioner #3619

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

nicolaihenriksen
Copy link
Contributor

Potentially fixes #3268

Effectively short-circuits the SelectionChanged event from bubbling up from the Transitioner when the original source of the event is not the Transitioner itself. Please consider if you see any negative side-effects to this; I could not really see any, but I would like your input on that as well.

@nicolaihenriksen nicolaihenriksen added this to the 5.2.0 milestone Jun 28, 2024
Copy link
Member

@MichelMichels MichelMichels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good, I added a test to your work and confirmed it failed on current code base and is succeeding on this branch

@MichelMichels MichelMichels merged commit c2fe015 into master Jul 9, 2024
2 checks passed
@MichelMichels MichelMichels deleted the fix3268 branch July 9, 2024 06:45
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.

Transitioner seems to hook into SelectionChanged events of descendants?
2 participants