GNOME Bugzilla – Bug 613944
alt tab switcher icons vanish on dual screen setup
Last modified: 2010-03-25 21:04:58 UTC
Created attachment 157097 [details] video, demonstrating the bug The Alt-Tab switcher icons vanish on the second Tab stroke when using a dual screen setup. Also, the "2nd tier" window switcher isn't well positioned. I'm attaching a video showing these problems.
Created attachment 157105 [details] [review] Fix multiscreen positioning issues We need to take the screens position into account when allocating.
Created attachment 157106 [details] [review] shell-global: Fix get_focus_monitor returning the incorrect screen When the window's top-left corner is the same as the monitor's top-left corner the check in shell_global_get_focus_monitor fails to detect that. Use >= rather than > to fix that.
Created attachment 157107 [details] [review] appSwitcher: Fix multiscreen positioning issues *) Fix commit message
Created attachment 157108 [details] [review] shell-global: Fix get_focus_monitor returning the incorrect screen *) Fix commit message here to (>= vs <= ...)
Comment on attachment 157107 [details] [review] appSwitcher: Fix multiscreen positioning issues Attachment 157107 [details] pushed as f53bf17 - appSwitcher: Fix multiscreen positioning issues
Attachment 157108 [details] pushed as d173f9e - shell-global: Fix get_focus_monitor returning the incorrect screen