Summary: | Make all overlay sheets modal to the whole window, not the current view | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Andres Betts <anditosan1000> |
Component: | discover | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/discover/commit/27a77073b7458d3bb461f3145b0bfb06ca7e0410 | Version Fixed In: | 5.20 |
Sentry Crash Report: |
Description
Andres Betts
2020-09-01 15:51:50 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/31 Git commit 27a77073b7458d3bb461f3145b0bfb06ca7e0410 by Nate Graham. Committed on 09/09/2020 at 15:36. Pushed by ngraham into branch 'master'. Make all OverlaySheets window-modal Right now half of Discover's OverlaySheets are view-modal and the other half are window-modal. This feels arbitrary to the user, and view-modal sheets look weird since the global drawer doesn't darken. This is because it's still interactive, but there's really no point in being able to interact with the global drawer while a sheet is open anyway. So let's just make them all window-modal. FIXED-IN: 5.20 M +2 -0 discover/qml/AddonsView.qml M +0 -1 discover/qml/ApplicationPage.qml M +1 -0 discover/qml/ReviewDialog.qml M +3 -1 discover/qml/ReviewsPage.qml M +2 -0 discover/qml/SourcesPage.qml M +2 -0 discover/qml/UpdatesPage.qml https://invent.kde.org/plasma/discover/commit/27a77073b7458d3bb461f3145b0bfb06ca7e0410 |