https://bugs.kde.org/show_bug.cgi?id=381461
--- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- With if (ac && ac->isModal()) { if (hasTransient(ac, true)) { return false; } } in allowWindowActivation(), kwin is no longer knocked out by the demo application, but I'm not sure that this is the approach we want to take. If the parent window is activated, it makes sense to activate its modal instead. I think that Qt should be more careful when playing input focus tossing games with the window manager. -- You are receiving this mail because: You are watching all bug changes.