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 603040 - Opening the wrong arrow in the left side bar
Opening the wrong arrow in the left side bar
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on: 492206
Blocks:
 
 
Reported: 2009-11-26 12:19 UTC by Taylon
Modified: 2009-11-26 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Taylon 2009-11-26 12:19:25 UTC
In the first time (only in the first time) I click in any arrow of the left side bar, it's opening the first arrow instead the arrow I clicked.

After the first left side bar click, all works fine.
Comment 1 Frederic Peters 2009-11-26 12:22:51 UTC
Isn't it opening both the one you clicked and the first one ?
Comment 2 Taylon 2009-11-26 12:35:05 UTC
When I click in the first one it's quickly opened and closed.
Comment 3 Frederic Peters 2009-11-26 13:55:21 UTC
This is not perfect but I can't think of anything else with the current GTK+ bug.

commit effcc0fd9a693e91f63b20fef4b6777cd3b9dd1d
Author: Frédéric Péters <fpeters@0d.be>
Date:   Thu Nov 26 14:48:50 2009 +0100

    Do not expand first book on focus in (GNOME bug 603040)
    
    The book tree view gets focus when an expander is pressed, and this causes
    the first item to be selected (this is GTK+ bug 492206) and expanded. This
    tries to work around that behaviour by always selecting the first book, and
    manually tracking the selection.