| Summary: | Modal dialog boxes should automatically get the "above other windows" flag set | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | K Freed <kortrax11> |
| Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | bugseforuns, nate, postix, xaver.hugl |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.26.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=312325 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
K Freed
2022-10-20 00:28:09 UTC
X11 or wayland session? This is a bug on both Wayland and X11 At the moment this is by design, but it could conceivably be changed. See also Bug 460730. I think it is confusing, especially as most programs will become unresponsive when a dialog box is shown (such as polkit or a file picker). Presumably this would be an easy fix as kwin already allows you to keep a window on top of others. The window should be shown on top of the window it's modal to, but showing it on top of everything else would be quite annoying. If there's instances where a window isn't properly modal / doesn't set its parent window, please report those specific cases. |