GNOME Bugzilla – Bug 709751
GtkSearchBar does not always display its childs
Last modified: 2013-10-15 17:59:35 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.
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.