https://bugs.kde.org/show_bug.cgi?id=470471
--- Comment #2 from ratijas <m...@ratijas.tk> --- To the best of my knowledge, the patch in Kirigami got reverted. I had no idea about Plasma counterpart, which is totally my bad. The trick with disabling Behavior components that David merged didn't really work for two reasons: a) code in that patch was querying Window attached property on a wrong object, so it couldn't possibly work as intended; b) even when querying the right object it would simply not work, due the dynamic and non-deterministic nature of signal propagation (and property evaluation), so animation Behavior was getting enabled back before the focus is given, so it just animated anyway. TL;DR a different approach based on imperative code hooked up to a window lifecycle is required to make it work. Meanwhile, revert plasma as well. -- You are receiving this mail because: You are watching all bug changes.