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 82108 - Keynav in notebook tabs should automatically bring currently selected tab to front
Keynav in notebook tabs should automatically bring currently selected tab to ...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 87379 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-05-17 19:51 UTC by Matt Wilson
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matt Wilson 2002-05-17 19:51:30 UTC
The 'move focus only, don't bring tab to front' behavior differs from other
major toolkits.  Raising the tab to the front when you arrow around
notebook tabs would be more consistent.
Comment 1 Owen Taylor 2002-07-30 22:22:29 UTC
Bug 87379 suggests that the scroll arrows should do this as
well.
Comment 2 Owen Taylor 2002-07-30 22:22:42 UTC
*** Bug 87379 has been marked as a duplicate of this bug. ***
Comment 3 Calum Benson 2002-08-02 16:59:05 UTC
Yep, Windows and Java at least both do it this way these days.  I can
only assume that they didn't when we wrote the keynav spec, otherwise
we wouldn't have bothered suggesting the current behaviour...
Comment 4 Calum Benson 2002-10-24 19:37:00 UTC
(Just adding comments in response to Owen's recent "what should we 
fix for 2.2" email)

I vote for fixing it as suggested; it saves users a keypress and 
makes us consistent with Windows and Java.  (Couldn't find any 
tabbed notebooks on this MacOSX box to see what it does!)
Comment 5 Owen Taylor 2002-10-25 22:00:37 UTC
Fri Oct 25 17:56:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
        Always switch to the page with the focused tab
        label. (#82108, Matt Wilson.)

There is a lot of code simplification I didn't do here;
I didn't actual consolidate the focused page and the current
page in the code; just made the code keep them together.
I've field bug 98634 to cover that code cleanup.

Comment 6 Owen Taylor 2002-10-25 22:01:22 UTC
Bug 96834 that is.
Comment 7 Shivram U 2002-11-27 14:16:15 UTC
Adding CC..