Created attachment 180010 [details] Floats inappropriately and icons are wrong STEPS TO REPRODUCE 1. Enter Edit Mode 2. Add Panel > Default Panel 3. Allow a window to touch the new default panel so it de-floats 4. Click anything in the new panel's System Tray OBSERVED RESULT The tray popup floats even though there's a window touching its parent panel, and some of the icons are incorrectly colorful rather than monochrome. EXPECTED RESULT The tray popup does not float, and the icons are all monochrome. ADDITIONAL INFORMATION This is only seen with newly-created System Tray widgets; existing ones that were migrated to be nested containments (see https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5043) instead suffer from Bug 502424.
does it still behave that way after restarting plasma?
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1297
Git commit 1268f879061ab421703f7c9fade6f8e0f6a9e45d by Marco Martin. Committed on 07/04/2025 at 10:15. Pushed by mart into branch 'master'. Containment display hints: deduplicate changed signal Both Applet and Containment had a containmentDisplayHintsChanged signal with the same signature: thi was dome because on old Qt5 a signal from the superclass couldn't be used as NOTIFY, but this brings to obscure bugs as sometimes the signal didn't make through QML because we were connected to the "wrong" signal Related: bug 502424 M +0 -5 src/plasma/containment.h https://invent.kde.org/plasma/libplasma/-/commit/1268f879061ab421703f7c9fade6f8e0f6a9e45d
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1298
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1299
Git commit b83fe855c5a860ce69430261ee7434c83c41fef2 by Marco Martin. Committed on 07/04/2025 at 15:20. Pushed by mart into branch 'master'. In case of nested containments return formfactor of parent containments in case of nested containments, use the formFactor and location of the parent containment, not its own. As for instance a systemtray in an horizontal panel must always have the formfactor of the containing panel, not have its own M +29 -10 src/plasma/applet.cpp https://invent.kde.org/plasma/libplasma/-/commit/b83fe855c5a860ce69430261ee7434c83c41fef2