Bug 515837 - Dialog hangs when attempting to paste a file in folder where existing file is present
Summary: Dialog hangs when attempting to paste a file in folder where existing file is...
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 6.3.250801
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-10 21:53 UTC by Aaron Williams
Modified: 2026-02-10 21:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Williams 2026-02-10 21:53:08 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
In the projects tree if I copy a file and attempt to paste it into a folder where the file already exists, the pop-up dialog does not respond to input. The only way to recover is to kill kdevelop and restart it.

STEPS TO REPRODUCE
1. Select a file in the projects tree that exists in another folder, i.e. Makefile
2. Copy the file
3. Attempt to paste into the other folder
4. Attempt to interact with the displayed dialog box

OBSERVED RESULT
A dialog box appears with the name of the file and a button to select a new name, along with Continue (grayed out) and Cancel. All keyboard and mouse input to this dialog is ignored, so the file can be neither renamed, nor the operation canceled.

EXPECTED RESULT
I expect the dialog box to respond to keyboard and mouse input.

Note that I use X11 due to critical issues with Wayland preventing certain key applications from working, i.e. Kicad and Zoom screen sharing.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.6
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.1
Kernel Version: 6.18.8-lp156.5.ged720a5-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION