13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#2,719 forks (2,719 forks)batch import
area - tabsgood first issue
Repository metrics
- Stars
- 43,502 stars (43,502 stars)
- PR merge metrics
- Avg merge 11d 15h (Avg merge 11d 15h)61 merged PRs in 30d (61 merged PRs in 30d)
Description
Description
related to feature #4710 which I will be PRing shortly
I will take on this bug fix in the next couple days
Steps To Reproduce
- Drag anything between the + button and the rightmost tab
- The button skips to the right even if a non tab item is dragged next to it
Requirements
Button should only skip when dragging a tab
Files Version
3.0.13.0
Windows Version
Windows 11 22H2
Log File
debug.log
Contributor guide
- Research direction
- Examine the drag and drop handler for the tab bar, likely in a file related to tab control or drag behavior. The bug is that the add button shifts when any item (not just tabs) is dragged next to it. The fix should condition the button's repositioning on the dragged item being a tab. Review the code for event handlers that trigger on drag over the button area, and check the type of the dragged item. Also look at related issue #4710 for context on the recent feature that introduced this behavior.
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Prerequisites
- C# fundamentalsXAML basics