GNOME Bugzilla – Bug 313234
dialogs without parent that are denied focus should not be obscured if possible
Last modified: 2005-08-13 03:58:40 UTC
Some dialogs have no parent. The slow keys and sticky keys accessibility alerts fall into this category (see bug 303136), but so do others. Sometimes, such windows will be denied focus. If so, we should avoid having them obscured by the focus window just as we do for normal windows. Simple one-line patch to fix this will be attached in a minute.
Created attachment 50578 [details] [review] Avoid obscuring centered-on-desktop windows which are denied focus
Comment on attachment 50578 [details] [review] Avoid obscuring centered-on-desktop windows which are denied focus Makes sense to me.
committed.