Open dnk opened 1 year ago
known problem: scenario: there are 2+ monitors workspace 1:
actual result: application B (Atom text editor) on monitor 2 displays invalid image.
the same problem appeared by just switching workspaces.
may be there is bug in Atom text editor.
pass focus to window if it is on another workspace.
current behavior:
actual result: window 1 get "demands attention" mark. focus passed to window 2.
with this changes: focus passed to window 1. window 1 is raised above all normal windows.
there is still problem with stealing focus by "always on top" windows. it can fixed separately.