Bug 439662 - Windowed copy dialog will only get focus when it appears if "Keep popup open during progress" notification option is disabled
Summary: Windowed copy dialog will only get focus when it appears if "Keep popup open ...
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-09 04:57 UTC by jimbo
Modified: 2021-07-09 13:37 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jimbo 2021-07-09 04:57:30 UTC
SUMMARY

I like using notifications (pop-ups that appear at the bottom left of the system tray) for the copy handler. Instead I like the more traditional Windows style (regular window pop-up in the center).

One of the problems was that the regular style would stay hidden underneath the windows. https://old.reddit.com/r/kde/comments/off4fp/dolphin_when_copying_the_copy_dialog_doesnt_pop/

During some trial and error, there is a certain combination of options that allow the copy dialog to appear on top of the windows. However as noted in the reddit thread the options shouldn't have that effect.


STEPS TO REPRODUCE
1. System Settings -> Notifications
2. Show in notifications: Disable (notice that Keep popup open during progress is greyed out but enabled)
3. Copy a file with a window open

OBSERVED RESULT
Copy dialog is hidden behind the window

EXPECTED RESULT
Copy dialog appear on top of windows

SOFTWARE/OS VERSIONS
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

If you redo the steps to reproduce but this time disable the 'Keep popup open during progress' it will fix the issue.

1. System Settings -> Notifications
2. Keep popup open during progress: Disable
3. Show in notifications: Disable 
4. Copy a file with a window open

Apparently these options shouldn't fix the issue but they do.
Comment 1 jimbo 2021-07-09 05:02:20 UTC
Sorry typo...
* I don't like using notifications