Bug 450733 - Suggest new file name dialog broken
Summary: Suggest new file name dialog broken
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: file tree (show other bugs)
Version: 5.7.211201
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-23 02:45 UTC by Aaron Williams
Modified: 2022-03-02 13:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed 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 2022-02-23 02:45:41 UTC
SUMMARY
In my projects tree, I am trying to copy and paste a file in the same directory. It complains that it would overwrite the file with itself and says, "Please enter a new file name:" with the file name highlighted.

In the notifications section on my display, it says it is Copying with pause, stop, and play.

In the dialog, however, it will not accept any keyboard or mouse input, so I cannot suggest a new name. The only way I can proceed is to hit the stop button in the notification, which effectively cancels the operation.

STEPS TO REPRODUCE
1.  In the Projects, right-click a file and select "Copy"
2.  Right-click on the same folder and select "Paste"
3. Attempt to suggest a new name for the file.

OBSERVED RESULT
Input into the dialog is prevented until the notification has gone away, however, the only way to finish the notification is to select stop, canceling the entire operation.

EXPECTED RESULT
I expect to be able to type in a new filename

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE 15.3
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Ian H 2022-03-02 13:46:28 UTC
I have similar weird issues copying to a directory that doesnt have the same file. It correctly copies, but then starts throwing errors about renaming due to it being the same file (i think for some reason it's doing multiple copies and breaking stuff)