Bug 450316

Summary: Unable to Copy File Into the Same Directory using Projects Viewer
Product: [Applications] kdevelop Reporter: Edward Kigwana <ekigwana>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Edward Kigwana 2022-02-15 16:31:46 UTC
Copying a file into the same directory causes the "File Already Exists" dialog to popup and provide the user and opportunity to rename the file. Before a user can get around to renaming the file, a modal Kdevelop "Copying" dialog pops up and blocks input to the file rename dialog. This last pop up is a copy progress indicator with a pause and a stop button.

STEPS TO REPRODUCE
1. Open a project
2. Using the Projects UI viewer right click a file and choose copy in context menu
3. Using the Projects UI viewer right click directory containing file in previous step and select paste

OBSERVED RESULT
- Rename dialog pops up but user cannot interact with it.
- Kdevelop copying notification block forever until it is stopped.

EXPECTED RESULT
- Rename dialog modal to Copying progress dialog which is turn modal to Kdevelop main window
- Ability to rename file
Comment 1 Igor Kushnir 2022-02-18 09:25:54 UTC
This report is very similar to Bug 435235. But if the user is able to dismiss the dialog (if the dialog can be interacted with), then that's already better than the previously reported bug :)
Comment 2 Edward Kigwana 2022-02-18 12:56:26 UTC
I was unaware of the that bug. This is a duplicate.
Comment 3 Igor Kushnir 2022-02-18 16:08:31 UTC

*** This bug has been marked as a duplicate of bug 435235 ***