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
When using the TabView windowing sample in the WinUI Gallery, the app crashes if a tab is dragged out into a new window and then dragged back into the original window without releasing the mouse button.
Steps to reproduce
Open the TabView windowing sample.
Left-click and hold a tab, then drag it outside the window to detach it.
Without releasing the left mouse button, drag it back over the original window.
Actual behavior
The app crashes.
Expected behavior
The tab should dock back into the original window without crashing.
Which version of the app?
WinUI 3 Gallery
Description
When using the TabView windowing sample in the WinUI Gallery, the app crashes if a tab is dragged out into a new window and then dragged back into the original window without releasing the mouse button.
Steps to reproduce
Actual behavior
The app crashes.
Expected behavior
The tab should dock back into the original window without crashing.
Screenshots
Recording.mp4
Windows version
No response
Additional context
No response