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 745990 - On destroy OverviewSearchbar hides the Dropdown for no reason
On destroy OverviewSearchbar hides the Dropdown for no reason
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.15.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-10 20:24 UTC by Alessandro Bono
Modified: 2015-03-19 07:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
searchbar: Don't hide dropdown during destroy (822 bytes, patch)
2015-03-18 12:19 UTC, Alessandro Bono
committed Details | Review

Description Alessandro Bono 2015-03-10 20:24:32 UTC
Now the dropdown inherits from GtkPopover, so it should not be necessary anymore.
Comment 1 Alessandro Bono 2015-03-18 12:19:09 UTC
Created attachment 299702 [details] [review]
searchbar: Don't hide dropdown during destroy

It isn't needed as it has a parent which will take care of it
Comment 2 Cosimo Cecchi 2015-03-18 17:43:59 UTC
Review of attachment 299702 [details] [review]:

Looks good