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 102528 - Location bar should allow editing autocompleted history URLs
Location bar should allow editing autocompleted history URLs
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 314837 344021 344274 350722 (view as bug list)
Depends on: 318459
Blocks:
 
 
Reported: 2003-01-04 20:16 UTC by Dave Bordoley [Not Reading Bug Mail]
Modified: 2007-05-01 17:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Dave Bordoley [Not Reading Bug Mail] 2003-01-04 20:16:59 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.
Comment 1 Marco Pesenti Gritti 2003-02-23 02:19:59 UTC
fixed in cvs
Comment 2 Bertram Bourdrez 2005-11-10 12:22:05 UTC
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
Comment 3 Christian Persch 2005-11-10 13:50:26 UTC
Right, this regressed when moving to gtk entrycompletion. Depends on bug 318459.
Comment 4 Reinout van Schouwen 2006-01-06 23:22:30 UTC
*** Bug 314837 has been marked as a duplicate of this bug. ***
Comment 5 Reinout van Schouwen 2006-06-08 07:05:01 UTC
*** Bug 344021 has been marked as a duplicate of this bug. ***
Comment 6 Wouter Bolsterlee (uws) 2006-06-08 12:38:01 UTC
*** Bug 344274 has been marked as a duplicate of this bug. ***
Comment 7 Christian Persch 2006-08-15 09:33:55 UTC
*** Bug 350722 has been marked as a duplicate of this bug. ***
Comment 8 Mariano Draghi 2006-08-23 02:03:45 UTC
cc'ing myself.
Comment 9 Reinout van Schouwen 2007-04-27 23:38:15 UTC
Xan, I guess this one is yours now? 
Comment 10 Xan Lopez 2007-05-01 17:11:56 UTC
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