Bug 488589

Summary: Not clearly closable dialog shown on error
Product: [Frameworks and Libraries] frameworks-knewstuff Reporter: Nicolas Fella <nicolas.fella>
Component: generalAssignee: Dan Leinir Turthra Jensen <admin>
Status: CONFIRMED ---    
Severity: normal CC: alexander.lohnau, kdelibs-bugs, nate
Priority: NOR    
Version: 6.3.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot

Description Nicolas Fella 2024-06-16 16:42:52 UTC
Created attachment 170555 [details]
Screenshot

STEPS TO REPRODUCE
1. Open "Get new $thing" 
2. Some error happens

OBSERVED RESULT
A dialog with the error message pops up. That dialog has no close button or similar, so it can't be dismissed other than clicking next to it

EXPECTED RESULT
A "whatever" button

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

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2024-06-17 18:26:21 UTC
Indeed you can close it by clicking anywhere in the darkened area, but of course this isn't obvious. That dialog should have a close button, not only for obviousness right now, but also so that it doesn't *actually* become unclosable once it becomes a standalone window.
Comment 2 Nate Graham 2024-06-17 20:17:34 UTC
Tried to fix this in the obvious way and ran into https://invent.kde.org/frameworks/kirigami/-/issues/82. Will see what I can do before that gets resolved.
Comment 3 Nate Graham 2024-06-18 17:59:58 UTC
I give up, this is too frustrating.