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 112963 - GtkButton gets relief in unfocused GtkNotebook tab
GtkButton gets relief in unfocused GtkNotebook tab
Status: RESOLVED DUPLICATE of bug 109213
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-05-14 09:53 UTC by Eric Ritezel
Modified: 2003-05-14 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
program demonstrating the tab-button problem (3.41 KB, text/plain)
2003-05-14 10:08 UTC, Eric Ritezel
Details
screenshot of tab problem in the wild (Ephy, Gaim, gEdit shown) (37.02 KB, image/png)
2003-05-14 10:21 UTC, Eric Ritezel
Details

Description Eric Ritezel 2003-05-14 09:53:44 UTC
This problem is visible with most programs that use GtkNotebook and stick a
button in the tab's label (using a GtkHBox layout element or whatever). 
For example, Gaim, Epiphany and gEdit all use some variation of this.

Replication of this bug is fairly straightforward.  Start up one of the
above programs and open a new tab (however this is accomplished in the
particular program).  The previously selected tab's "close button" should
now have a relief/bevel/whatever.

It does not keep this state, however.  When the button recieves a mouseover
event, it gets reverted to the assigned behavior and (in at least the
programs mentioned above) flattens itself.

Switching the "corrected" tab into active context and then inactive again
produces the bug another time, and so on.
Comment 1 Eric Ritezel 2003-05-14 10:08:33 UTC
Created attachment 16516 [details]
program demonstrating the tab-button problem
Comment 2 Eric Ritezel 2003-05-14 10:21:27 UTC
Created attachment 16517 [details]
screenshot of tab problem in the wild (Ephy, Gaim, gEdit shown)
Comment 3 Owen Taylor 2003-05-14 15:51:05 UTC

*** This bug has been marked as a duplicate of 109213 ***