Bug 478050

Summary: "Really clear history?" confirmation dialog is modal and blocks interaction with the rest of Plasma until dismissed
Product: [Plasma] plasmashell Reporter: mubashar96
Component: Clipboard widget & pop-upAssignee: Plasma Bugs List <plasma-bugs>
Status: CONFIRMED ---    
Severity: normal CC: nate
Priority: NOR Keywords: usability
Version: 5.27.9   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description mubashar96 2023-12-04 15:10:13 UTC
SUMMARY
When i try to clear the history of the clipboard, the prompt to confirm block the interaction with the application bar at the bottom of the screen. If i click on a other window the prompt will be hidden and I have tho use ALT-TAB to go back to the prompt


STEPS TO REPRODUCE
1. click on the clipboard content icon
2. click on clear History
3. click outside of the prompt
4. try to click on the application to go back to the prompt

OBSERVED RESULT
I can't interact with the application bar while the prompt is active but the prompt can be hidden by other application

EXPECTED RESULT
be able to go back to the prompt to close it

SOFTWARE/OS VERSIONS
Operating System: TUXEDO OS 2
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.0-10008-tuxedo (64-bit)
Graphics Platform: Wayland
Comment 1 Nate Graham 2023-12-13 16:53:55 UTC
Slight tricky problem. Being modal is correct here since you do have to make a decision before proceeding. But being modal caused it to block interaction with the app, which is Plasma, so you can't interact with any other part of Plasma.

It might be a better UX if we replaced this modal confirmation dialog with InlineMessage giving you the opportunity to undo the action. And that would fix the problem automatically by removing the modal dialog.