Summary: | Filter button is somewhat buggy and confusing as a ToolButton; consider making it a ComboBox | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Andres Betts <anditosan1000> |
Component: | Widget Explorer | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate |
Priority: | NOR | Keywords: | usability |
Version: | 5.19.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=431953 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/8488c4b7d5cc8d8c492178882fda4c0aed7d0f59 | Version Fixed In: | 6.2.0 |
Sentry Crash Report: |
Description
Andres Betts
2020-09-25 19:01:53 UTC
It should probably look like a combobox rather than a toolbutton, which is how the Filter feature is presented in the colors KCM. It's much clearer there. This would fix all of those issues. Looks non-trivial to port though. That would make more sense. If we make it a combobox, we can't have the filter icon there. (The color kcm uses a hack specific to the desktop style). We can make the button not flat, but then we don't have the arrow in button. We could the arrow symbol (▼) in the text but then we again have the issue that it is rendered as an emoji for some people. An alternative approach would involve implementing the proposal at Bug 431953 and using a combobox for the filter functionality only. Then we could use more text (e.g. "Show Installed" instead of the filter icon). A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2467 Git commit 8488c4b7d5cc8d8c492178882fda4c0aed7d0f59 by Niccolò Venerandi. Committed on 22/08/2024 at 20:54. Pushed by niccolove into branch 'master'. Make widgets filter ToolButton work as ComboBox M +3 -0 desktoppackage/contents/explorer/WidgetExplorer.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8488c4b7d5cc8d8c492178882fda4c0aed7d0f59 |