You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I migrated my project over to the WinUI version of TabView, but noticed that clicking a different TabViewItem will crash the app with the error: Element is already the child of another element. This bug occurs only when running with a debugger in Visual Studio.
Steps to reproduce the bug
Create a project with a WinUI TabView
Run Project with debugger
Add Multiple TabViewItems to the control
Click one of the unselected items
Expected behavior
Clicking an item should simply display its content. The crash and error is unexpected because it only occurs when running the app with a debugger.
Describe the bug
I migrated my project over to the WinUI version of TabView, but noticed that clicking a different TabViewItem will crash the app with the error: Element is already the child of another element. This bug occurs only when running with a debugger in Visual Studio.
Steps to reproduce the bug
Expected behavior
Clicking an item should simply display its content. The crash and error is unexpected because it only occurs when running the app with a debugger.
Screenshots
Version Info
NuGet package version:
Microsoft.UI.Xaml 2.2.190830001
Additional context
The problematic lines of code may be related to line 222 of TabView.cpp
The text was updated successfully, but these errors were encountered: