Summary: | System Tray reopens popup instead of closing it when located on a desktop containment | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ratijas <me> |
Component: | Containment | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, materka, nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | System Tray applet - reopens on desktop |
Description
ratijas
2022-02-04 23:42:45 UTC
Can reproduce. Long story short, panels don't take over the focus when clicked, unlike desktop containments. This has nothing to do with the system tray applet itself, and is actually reproducible with any expandable applet in compact mode. Interesting observations: 1. If clicking very fast, sometimes it takes much longer than average from the time the popup starts hiding to the time it re-appears. 2. Holding down the left mouse button before letting is go visualizes the process on hiding on press and re-appearing on release. 3. Holding button for too long causes containment to enter Edit mode. Fixed in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1434 Kinda a duplicate, but not quite because those fixes are on a per-applet basis, not on a framework level unfortunately. |