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 having a TabView with CanDragTabs="True" the event TabDroppedOutside is often triggered when performing a double-click while slightly moving the mouse. The movement can be really small and not at all as large that it should trigger a drop.
Steps to reproduce the bug
Having a TabView with `CanDragTabs="True" and doublelicking on the tab while slightly moving the mouse.
Can be triggered on any of the tabs.
Expected behavior
The event TabView.TabDroppedOutside should only be triggered when dropping at a distance from the initial click.
Screenshots
Video displaying the behavior. When dragging and dropping the event is only triggered when dropping at some distance from the first click, but when doubleclicking only a slight mouse movement will trigger the event.
Video.Project.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When having a TabView with
CanDragTabs="True"
the eventTabDroppedOutside
is often triggered when performing a double-click while slightly moving the mouse. The movement can be really small and not at all as large that it should trigger a drop.Steps to reproduce the bug
Having a TabView with `CanDragTabs="True" and doublelicking on the tab while slightly moving the mouse.
Can be triggered on any of the tabs.
Expected behavior
The event
TabView.TabDroppedOutside
should only be triggered when dropping at a distance from the initial click.Screenshots
Video displaying the behavior. When dragging and dropping the event is only triggered when dropping at some distance from the first click, but when doubleclicking only a slight mouse movement will trigger the event.
Video.Project.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: