GNOME Bugzilla – Bug 409291
Put completion in URL entry
Last modified: 2007-05-01 17:12:19 UTC
This patch implements the ephy bits needed to fix the long lived bug 318459.
Created attachment 82818 [details] [review] Put completion in URL entry.
Created attachment 87159 [details] [review] updated version
Created attachment 87179 [details] [review] Yet another version Don't select anything, simply put the tentative selection in the entry.
2007-05-01 Xan Lopez <xan@gnome.org> * lib/widgets/ephy-location-entry.c: * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: * src/ephy-completion-model.h: * src/ephy-location-action.c: Copy the items on the completion list as the user moves through them. The original input can be restored pressing Esc. The tentative completion can be made definitive pressing Left or Right. Fixes #409291, #102528