https://bugs.kde.org/show_bug.cgi?id=478050
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When i try to clear the |"Really clear history?" |history of the clipboard, |confirmation dialog is |the prompt to confirm block |modal and blocks |the interaction with the |interaction with the rest |application bar at the |of Plasma until dismissed |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 | Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- 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. -- You are receiving this mail because: You are watching all bug changes.