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 350806 - Shift-Tab doesn't work with Quartz back end
Shift-Tab doesn't work with Quartz back end
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Quartz
2.10.x
Other All
: Normal minor
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-10 20:40 UTC by Jon Willeke
Modified: 2006-09-06 17:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Willeke 2006-08-10 20:40:09 UTC
I can change the focus to the next control by pressing Tab, but not to the previous one by pressing Shift-Tab.  This is easy to demonstrate with the Button Boxes and Pickers demos.

Other information:
I'm using the following libraries on OS X 10.4.7 with the Quartz back end:

  $ pkg-config --modversion gtk+-2.0 atk pango cairo
  2.10.1
  1.12.1
  1.14.0
  1.2.2
Comment 1 Richard Hult 2006-09-04 07:42:23 UTC
I can also see this. I have looked briefly into why this is but haven't found anything so far. 
Comment 2 Owen Taylor 2006-09-04 13:12:09 UTC
GTK+ expects a keysym of GDK_ISO_Left_Tab for Shift-Tab. If you look, you'll
find code in the Win32 backend, and in the non-XKB code path for the X backend
to munge the keysym in that case.
Comment 3 Richard Hult 2006-09-06 17:30:17 UTC
Ah thanks. Fixed in CVS HEAD.