Bug 487080 - Files can't be dragged & dropped between Dolphin windows if let go over another file
Summary: Files can't be dragged & dropped between Dolphin windows if let go over anoth...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.02.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-16 02:13 UTC by Mircea Kitsune
Modified: 2024-05-17 16:34 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mircea Kitsune 2024-05-16 02:13:51 UTC
SUMMARY
Issue introduced in Plasma 6. When dragging and dropping files between Dolphin windows or split views, the action will no longer be detected if the mouse cursor is touching another file. For example if you drag one image over another image in the target window, the image won't be copied or moved any more and nothing happens, it only works if the image is dragged to an empty space instead. In the past this was only intended for directories so you could drop things into them.

STEPS TO REPRODUCE
Open two Dolphin instances or enable split view with F3. Navigate each one to a different directory that isn't empty. Drag and drop a selection from one window to another, but let go of the file being dragged from window #1 over a file in window #2.

OBSERVED RESULT
The copying or moving action won't occur.

EXPECTED RESULT
Previous intended behavior was that only directories detect dropping over their icon; When dropping over another file, the dragged file should be moved or copied near it.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.9.0-1-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 570 Series
Comment 1 Felix Ernst 2024-05-17 16:34:32 UTC
>Issue introduced in Plasma 6.

I have a Dolphin 23.08.1 here which shows the exact behaviour your are describing here. I can not drop onto another file here either. So from what I can tell this is not a regression.

>EXPECTED RESULT
>Previous intended behavior was that only directories detect
>dropping over their icon; When dropping over another file,
>the dragged file should be moved or copied near it.

I guess this would make sense. Dropping one file into another never makes sense in Dolphin, so if we interpret it as dropping into the folder that contains the file being dropped on users won't have to aim as precisely anymore when drag and dropping files.

At least I don't see a downside to this proposal.