Bug 502304

Summary: Tabs can be visually dragged past the ends of the tab bar, even though they cannot be detached from the window
Product: [Applications] dolphin Reporter: Fernando M. Muniz <fernandommuniz>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: CONFIRMED ---    
Severity: minor CC: felixernst, john.kizer, kfm-devel
Priority: NOR    
Version First Reported In: 24.12.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=411431
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Dragging tabs out of bounds.

Description Fernando M. Muniz 2025-04-02 06:26:08 UTC
Created attachment 179925 [details]
Dragging tabs out of bounds.

If you have 2 tabs or more, you can drag them beyond the left corner.

This issue also takes away an useful visual indicator for reaching the first tab when dragging a tab among many others.
Comment 1 Fernando M. Muniz 2025-04-02 21:52:46 UTC
If it is intentional, what about limiting to a maximum of a 25% dip into the void?
Comment 2 John Kizer 2025-04-11 03:13:07 UTC
I suspect this is upstream Qt based on https://bugs.kde.org/show_bug.cgi?id=411431 , which is related, but I'm not sure so marking as confirmed since I can reproduce.
Comment 3 Felix Ernst 2025-04-15 10:01:16 UTC
We actually do want users to be able to detach tabs from a window in the future, so while this bug report is valid, I think we should rather fix that working than adapting the visual to the current incomplete state.

https://bugs.kde.org/show_bug.cgi?id=411431 tracks the detaching of tabs feature request. We unfortunately don't have a common compononent in KDE currently which gives us tab-related features for free.