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 724999 - GtkRevealer changes broke gedit infobar messages
GtkRevealer changes broke gedit infobar messages
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkLabel
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-02-23 10:58 UTC by Paolo Borelli
Modified: 2014-02-23 14:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of the problem (18.20 KB, image/png)
2014-02-23 11:26 UTC, Paolo Borelli
Details

Description Paolo Borelli 2014-02-23 10:58:54 UTC
1) Open a file in gedit
2) from a terminal touch that file

An info bar appears in gedit, but with current master it is completely empty


If I remove 

gtk_label_set_line_wrap (GTK_LABEL (primary_label), TRUE);

at line 104 of gedit-io-error-info-bar.c, then the info bar is displayed correctly.


I am assuming this is related to the recent changes to gtk label, though I admit I did not actually try to revert them and test yet
Comment 1 Paolo Borelli 2014-02-23 11:26:02 UTC
Created attachment 270049 [details]
screenshot of the problem

This can also be reproduced with gtk3-demo by adding that function call.

The interesting thing about this screenshot is that you can actually see the label partially drawn but at the wrong position.

It now makes me wonder if it is an interaction with the revealer...
Comment 2 Paolo Borelli 2014-02-23 13:04:50 UTC
Reverting the last patch to gtkrevealer fixes it (well, at least gtkdemo, didn't try gedit yet)