Bug 428158 - Can't click systray icons in vertical panel
Summary: Can't click systray icons in vertical panel
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray (show other bugs)
Version: 5.20.1
Platform: Arch Linux Linux
: VHI normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2020-10-23 21:05 UTC by Christian Muehlhaeuser
Modified: 2020-10-31 17:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.20.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Muehlhaeuser 2020-10-23 21:05:56 UTC
SUMMARY

Systray icons in a vertical panel can't be clicked on anymore because the "Show hidden icons" arrow-button steals the click.

STEPS TO REPRODUCE
1. Have a vertical panel
2. Add the systray widget
3. Try to click on a systray icon

OBSERVED RESULT

Instead of the icon receiving the click, the hidden icons panel will slide out.
Comment 1 Bug Janitor Service 2020-10-24 22:13:11 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/386
Comment 2 Bug Janitor Service 2020-10-25 13:28:50 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/388
Comment 3 Konrad Materka 2020-10-25 14:21:02 UTC
Git commit 881db6a9dad12a16f9223b57704484bc7dd8f0dc by Konrad Materka.
Committed on 25/10/2020 at 12:10.
Pushed by kmaterka into branch 'master'.

[applets/systemtray] Fixes for vertical and huge panel

Few fixes for icon sizing, especially less common. like vertical panel and huge sizes.
Related: bug 428127, bug 428198
FIXED-IN: 5.20.2

M  +1    -0    applets/systemtray/container/package/contents/ui/main.qml
M  +20   -9    applets/systemtray/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/881db6a9dad12a16f9223b57704484bc7dd8f0dc
Comment 4 Konrad Materka 2020-10-25 15:19:52 UTC
Git commit 1f3b69087c9b4b1c9c3248b643907c480bcf8c6a by Konrad Materka.
Committed on 25/10/2020 at 14:38.
Pushed by kmaterka into branch 'Plasma/5.20'.

[applets/systemtray] Fixes for vertical and huge panel

Few fixes for icon sizing, especially less common. like vertical panel and huge sizes.
Related: bug 428127, bug 428198
FIXED-IN: 5.20.2

M  +1    -0    applets/systemtray/container/package/contents/ui/main.qml
M  +20   -9    applets/systemtray/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/1f3b69087c9b4b1c9c3248b643907c480bcf8c6a
Comment 5 Christian Muehlhaeuser 2020-10-31 17:37:18 UTC
Confirmed as working now! Thank you Konrad!