FileSystem Dock: Drag and drop file from res:// to res:// prompts to overwrite/rename; should be a no-op #78887
Closed
Description
opened on Jun 30, 2023
Godot version
v4.1.rc2.official [4642448]
System information
Godot v4.1.rc2 - Linux Mint 20 (Ulyana) - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 SUPER (nvidia; 515.105.01) - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 Threads)
Issue description
Dragging and dropping a file to a new position inside its current folder, or onto the icon for its current folder - when that folder is the project root folder :res// - will be treated as though you were dropping a different file with the same name.
Expectation: for nothing to happen.
Also tried it in 4.0.3 and 4.1-dev3, where it behaves as expected.
godot_4_1_dragdropprompt.mp4
Steps to reproduce
- New or existing project.
- Click and drag a file in :res// in FileSystem dock.
- Drop the file back into :res//.
- Be prompted to overwrite or rename.
Minimal reproduction project
N/A
Activity