gong-wpf-dragdrop icon indicating copy to clipboard operation
gong-wpf-dragdrop copied to clipboard

Drag and Droppable TabControl's child TabControl can drag TabItem that is above the drag location.

Open bors97 opened this issue 5 months ago • 0 comments

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:

  1. Create a nested TabControl
  2. Enable Drag and Drop on the parent TabControl
  3. 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 image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

bors97 avatar Jan 22 '24 09:01 bors97