-
Notifications
You must be signed in to change notification settings - Fork 703
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
FindElement.Refresh stuck in infinite loop when setting a child's events source to the parent's #3491
Comments
@ejserna Is this an issue with the test code in WinUI ? |
@ranjeshj yes, this is an issue in the test infrastructure, in |
I would like to look into this. |
It seems that this is not an issue with the test infra, but rather the underlying framework/library that provides us with the |
@chingucoding I think that's a good workaround, at least that's what @alexhinz and I thought would make sense. |
Describe the bug
If you set a control's events source to a parent's, the
foreach
loop inFindElement.Refresh()
will get stuck in an infinite loop.Steps to reproduce the bug
Try this code:
XAML:
XAML.CS
Expected behavior
Screenshots
Version Info
NuGet package version:
Windows app type:
Additional context
The text was updated successfully, but these errors were encountered: