Summary: | Impossible to dismiss the app dashboard clicking on the empty area below search results | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Patrick Silva <bugseforuns> |
Component: | Application Dashboard | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs |
Priority: | NOR | Keywords: | junior-jobs, usability |
Version: | 5.14.2 | ||
Target Milestone: | --- | ||
Platform: | Archlinux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/e12e3cad1d7ee8c2f95cecd5939a648b508a408e | Version Fixed In: | 5.12.8 |
Attachments: | screenshot |
Looks like the results view should allow click-through, or else dismiss the whole thing when an empty area is clicked on. The problem is actually in ItemMultiGridView, and also affects the "All Applications" page (inbetween categories). Git commit e12e3cad1d7ee8c2f95cecd5939a648b508a408e by Eike Hein. Committed on 21/11/2018 at 13:32. Pushed by hein into branch 'Plasma/5.12'. Fix dismissing the Dashboard by clicking inbetween multi-grid categories. Summary: Or on category headers. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17005 M +1 -1 applets/kicker/package/contents/ui/DashboardRepresentation.qml M +9 -0 applets/kicker/package/contents/ui/ItemMultiGridView.qml https://commits.kde.org/plasma-desktop/e12e3cad1d7ee8c2f95cecd5939a648b508a408e |
Created attachment 116116 [details] screenshot SUMMARY We can dismiss the app dashboard clicking on some empty area of it, except when the empty area is below the search results. STEPS TO REPRODUCE 1. open the app dashboard and type some random letters 2. click on the empty area below search field 3. OBSERVED RESULT nothing, app dashboard remains open EXPECTED RESULT app dashboard should be closed SOFTWARE VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.14.2 Qt Version: 5.12.0 beta3 KDE Frameworks Version: 5.51.0 ADDITIONAL INFORMATION My screenshot shows the empty area where click is not enough to close the app dashboard.