You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window activation: Detect a couple of conditions that might cause
initial window focus and stacking to be wrong (mostly because of
bad timestamps), and correct them.
- a modal window with a parent that is the current input focus should
never appear below that parent.
- a modal window spawned via portal (rather than 'native').
Flatpak apps, along with browsers (and electron apps) are now using
this portal mechanism to provide a dialog appropriate to the current
environment (such as Kde, Gtk). The dialogs aren't direct descendants
of their parent windows, their timestamps can/will be earlier than
the most recent user time for the parents, causing muffin to refuse
focus.
ref:
linuxmint/cinnamon#11368linuxmint/cinnamon#10868
0 commit comments