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
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 :)
I was unaware of the that bug. This is a duplicate.
*** This bug has been marked as a duplicate of bug 435235 ***