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 709751 - GtkSearchBar does not always display its childs
GtkSearchBar does not always display its childs
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-09 16:16 UTC by Xavier Claessens
Modified: 2013-10-15 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2013-10-09 16:16:03 UTC
With the example code in bug #709745 attachment #256828 [details], when the window is shrinked smaller than the minimal size for the entry and the menu_button, then they are not displayed anymore.

I think the window should not be allowed to be shrinked smaller than the minimal size of its chidls, which is the case usually... Maybe it is GtkRevealer that works differently.
Comment 1 Xavier Claessens 2013-10-15 17:59:35 UTC
This seems to have been fixed in gtk master. Now the window in the search-bar example can't be shrinked smaller than the minimal size of its childs even when it's hidden.