Summary: | Screenshot notifications don't get right click menu | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | iodreamify |
Component: | Notifications | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | agurenko, fanzhuyifan, kde, kde, nate, nicolas.fella |
Priority: | NOR | Keywords: | qt6 |
Version: | 5.27.80 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=472997 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/5ed30d6af664ea582da0a3394a82f0686945bc28 | Version Fixed In: | |
Sentry Crash Report: |
Description
iodreamify
2023-11-10 21:18:06 UTC
Interesting, can confirm. The codepath should be the same for the menu button so I wonder why right-click doesn’t work… Possible same root cause as https://bugs.kde.org/show_bug.cgi?id=472997 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3685 Remarking as confirmed since the MR was closed. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3767 Git commit 441327b3f7afa8c2f409be22c98013bbca47a193 by Yifan Zhu. Committed on 26/01/2024 at 01:05. Pushed by fanzhuyifan into branch 'master'. applet/notifications: fix contex menu on wayland In general mouseArea should be used instead of TapHandler to handle simple pressed events. Using TapHandler causes problems on wayland. M +4 -5 applets/notifications/package/contents/ui/DraggableFileArea.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/441327b3f7afa8c2f409be22c98013bbca47a193 Git commit 5ed30d6af664ea582da0a3394a82f0686945bc28 by Yifan Zhu. Committed on 26/01/2024 at 01:37. Pushed by fanzhuyifan into branch 'Plasma/6.0'. applet/notifications: fix contex menu on wayland In general mouseArea should be used instead of TapHandler to handle simple pressed events. Using TapHandler causes problems on wayland. (cherry picked from commit 441327b3f7afa8c2f409be22c98013bbca47a193) M +4 -5 applets/notifications/package/contents/ui/DraggableFileArea.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/5ed30d6af664ea582da0a3394a82f0686945bc28 |