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
When dragging a non-draggable child TabItem of a TabControl the TabItem that is straight above the drag location gets dragged. In the screenshot I started dragging the "asdf0" child item but it started dragging the TabItem 3. Dropping drops the TabItem 3 at the adorner's location.
To Reproduce
Steps to reproduce the behavior:
Create a nested TabControl
Enable Drag and Drop on the parent TabControl
Start dragging a TabItem of the child TabControl.
Expected behavior
The child item is not draggable unless specifically given the property and the child item shouldn't drag the tabitem above.
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When dragging a non-draggable child TabItem of a TabControl the TabItem that is straight above the drag location gets dragged. In the screenshot I started dragging the "asdf0" child item but it started dragging the TabItem 3. Dropping drops the TabItem 3 at the adorner's location.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The child item is not draggable unless specifically given the property and the child item shouldn't drag the tabitem above.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: