Summary: | Top item not auto-highlighted in new QML menu popup | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | qydwhotmail |
Priority: | NOR | Keywords: | regression, usability |
Version First Reported In: | 6.1.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/b49490152b9798988ee0371fadaed3ec7561871b | Version Fixed In: | 6.2 |
Sentry Crash Report: |
Description
Nate Graham
2024-08-01 21:24:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4575 Git commit f6990eea0fe311eef9c5ddea94c27803474fc14f by Fushan Wen. Committed on 02/08/2024 at 01:55. Pushed by fusionfuture into branch 'master'. klipper: highlight the first item in popup menu In the old Meta+V QtWidgets menu popup, the top item was always highlighted, so you could search until the item you wanted was on top, and then immediately hit the return key. With the new QML-based one, you have to hit the down arrow before the return key. It's a tiny bit slower and more annoying. This restores the old behavior. FIXED-IN: 6.2 M +11 -1 klipper/declarative/qml/ClipboardMenu.qml M +1 -1 klipper/declarative/qml/KlipperPopup.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/f6990eea0fe311eef9c5ddea94c27803474fc14f Git commit b49490152b9798988ee0371fadaed3ec7561871b by Fushan Wen. Committed on 13/08/2024 at 08:51. Pushed by fusionfuture into branch 'master'. klipper: track window visibility to reset highlighted item in popup FIXED-IN: 6.2 M +6 -4 klipper/declarative/qml/KlipperPopup.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/b49490152b9798988ee0371fadaed3ec7561871b |