After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662502 - Accessibility switcher cannot be displayed correctly when using dual-monitor
Accessibility switcher cannot be displayed correctly when using dual-monitor
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.0.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-23 08:18 UTC by Bao Jia
Modified: 2011-11-04 18:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ctrlAltTab: fix popup's allocation when primary.x != 0 (1.36 KB, patch)
2011-11-04 18:20 UTC, Rui Matos
committed Details | Review

Description Bao Jia 2011-10-23 08:18:03 UTC
I am using Debian sid, Gnome shell 3.0.2.
When I use a single monitor, the accessibility switcher (Ctrl+Alt+Tab) works well.
But when I use dual-monitor (the desktop are horizontal expended over two monitors), the accessibility switcher cannot be displayed correctly.
A gray rectangle with reversal rounded corners shows across the two monitors, and no icon is shown in the switcher.
Please verify this problem, thanks!
Comment 1 Bao Jia 2011-10-23 08:26:58 UTC
The left screen is my laptop monitor, and the right screen is an external LCD. They are aligned by the bottom line. The gnome-shell's Activities panel is on the right one.

            +-------------+
+---------+ |Activities   |
|         | |             |
| lap-top | |     LCD     |
|         | |             |
+---------+ +-------------+
Comment 2 Rui Matos 2011-11-04 18:20:57 UTC
Created attachment 200700 [details] [review]
ctrlAltTab: fix popup's allocation when primary.x != 0

As in commit 3944df1bd24b7295180d33dba9ee7d531c1dddd4 but for ctrlAltTab's
popup.
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-11-04 18:30:12 UTC
Review of attachment 200700 [details] [review]:

Yep.
Comment 4 Rui Matos 2011-11-04 18:49:28 UTC
Attachment 200700 [details] pushed as a6ee673 - ctrlAltTab: fix popup's allocation when primary.x != 0