Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bors97 opened this issue Jan 22, 2024 · 0 comments
Labels

Comments

@bors97
Copy link

bors97 commented Jan 22, 2024

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 bors97 added the Bug label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant