GNOME Bugzilla – Bug 102528
Location bar should allow editing autocompleted history URLs
Last modified: 2007-05-01 17:11:56 UTC
http://mozdev.org/bugs/show_bug.cgi?id=2779 When typing in a URL and there are matches in the history you should be able to move down the list and and that entry appears in the URL bar to be edited.
fixed in cvs
Actually, it still doesn't work here. (please note that this is the only really relevant bug i could find, even though it's against 0.x. Maybe a new bug should be filed?) Steps to reproduce: 1. Visit bugs.gnome.org 2. Open a new tab, type 'bugs'. 3. Hit down arrow. Expected behaviour: - The URL 'http://bugs.gnome.org/' appears in the URL bar so you can append, for example, 'query.cgi' manually. Actual behaviour: - 'http://bugs.gnome.org/' is the selected entry in the dropdown, but the URL does not appear in the URL bar (URL bar still only has 'bugs' in it) Debian sid, dpkg output: ii epiphany-browser 1.6.5-2 intuitive GNOME web browser
Right, this regressed when moving to gtk entrycompletion. Depends on bug 318459.
*** Bug 314837 has been marked as a duplicate of this bug. ***
*** Bug 344021 has been marked as a duplicate of this bug. ***
*** Bug 344274 has been marked as a duplicate of this bug. ***
*** Bug 350722 has been marked as a duplicate of this bug. ***
cc'ing myself.
Xan, I guess this one is yours now?
Yup :) 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