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 746707 - Faulty background color/transparency in "About" dialog
Faulty background color/transparency in "About" dialog
Status: RESOLVED INVALID
Product: gtk+
Classification: Platform
Component: .General
3.14.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-03-24 21:18 UTC by Egmont Koblinger
Modified: 2015-03-25 00:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2015-03-24 21:18:14 UTC
Open the Help->About dialog of a Gtk+ app, e.g. gnome-terminal, gedit, evince...

Some text appears over the default gray background.  Click on the Credits or License button.  New text appears on white.  Now click on this button again to close the info that just appeared.

Expected behivior:  The initial look of the About dialog should be restored.

Actual behavior:  The foreground text is there, but the background becomes black (Ubuntu Utopic, gtk-3.12.2) or transparent (Ubuntu Vivid beta, gtk-3.14.9).

If the dialog is closed and opened again, it'll be faulty right away for the rest of the app's lifetime.  You have to restart the application to make it show correctly again.

Tested both with Gnome-shell and Unity; and both with Adwaita and Ambiance.  In case of gnome-terminal, both with and without the unofficial transparency patch.
Comment 1 Matthias Clasen 2015-03-25 00:30:32 UTC
That is not happening here. I'll be bold and blame Ubuntus popup scrollbars for this...
Comment 2 Egmont Koblinger 2015-03-25 00:33:55 UTC
Nice guess, thanks :) Indeed, LIBOVERLAY_SCROLLBAR=0 makes the bug go away.
I'll report it to them.