https://bugs.kde.org/show_bug.cgi?id=452593
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/commit/b63 | |4b65dd081746ccb8bdfa9bf2d87 | |8d13e2c0fb Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit b634b65dd081746ccb8bdfa9bf2d878d13e2c0fb by Alexander Lohnau. Committed on 24/05/2022 at 10:58. Pushed by alex into branch 'master'. Fix QtQuickDialogWrapper dialog not being usable in konsole Patch provided by David Edmundson. ``` Issue is QGuiApplicationPrivate::showModalWindow it marks every other non-modal window as blocked, including new windows. when we focus the new dialog at a wayland/X level Qt gets it, but in it's own internal dispatching ignores that and sends it to the modal window Qt is smart enough to handle child windows appropriately, but only if it knows about them. Having a transient parent should take care of this. We should have this anyway as that will fix some window placement bugs. ``` M +7 -0 src/qtquickdialogwrapper.cpp https://invent.kde.org/frameworks/knewstuff/commit/b634b65dd081746ccb8bdfa9bf2d878d13e2c0fb -- You are receiving this mail because: You are watching all bug changes.