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 759473 - Update placeEntry popover on search-changed signal
Update placeEntry popover on search-changed signal
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-14 22:17 UTC by Hashem Nasarat
Modified: 2016-01-05 19:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update placeEntry popover on search-changed signal (1.07 KB, patch)
2015-12-14 22:18 UTC, Hashem Nasarat
committed Details | Review

Description Hashem Nasarat 2015-12-14 22:17:59 UTC
GtkSearchEntry's search-changed runs the callback after a short delay.
the changed signal runs the callback function immediately after every
keypress which is unnecessary if the user is in the process of quickly
typing out a string.
Comment 1 Hashem Nasarat 2015-12-14 22:18:04 UTC
Created attachment 317398 [details] [review]
Update placeEntry popover on search-changed signal