Open
Bug 97031
Opened 24 years ago
Updated 7 years ago
autocomplete should search for file: urls if what i type starts with / or c:\
Categories
(SeaMonkey :: Autocomplete, defect)
SeaMonkey
Autocomplete
Tracking
(tracking-b2g:backlog)
NEW
tracking-b2g | backlog |
People
(Reporter: mozi, Unassigned)
References
(Depends on 1 open bug)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010824
BuildID: 2001082421
The url bar only displays a complete menu for local addresses
if the address begins by a "file:".
I think that it should also work if the address just begin by a "/", etc.
Reproducible: Always
Steps to Reproduce:
1.type in the url bar a local page, say : /home/thib/page.html
2.press "Enter"
3.type again the address "/home/th" : the complete menu is not displayed
Now, if I type "file:///home/th", the menu appears correctly.
Actual Results: Complete menu does not appear with local url beginning by "/",
but only with "file:/"
Expected Results: Complete menu should appear with an address beginning by "/".
(I think it used to be the case ...)
Comment 1•23 years ago
|
||
Well, according to the bug I am about to dupe you to, this really hasn't been in
Mozilla yet. It's already been requested though. Hopefully it'll get added in
sometime soon!
*** This bug has been marked as a duplicate of 45588 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•23 years ago
|
||
This bug is not a duplicate of 45588 :
I'm not talking here about autocompletion like the shell one,
but I'm talking about the autocompletion using history.
It does work when I use file:///address, but not with /address directly.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•23 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•23 years ago
|
OS: Linux → All
Hardware: PC → All
Summary: Url bar need "file:" to complete local addresses → autocomplete should search for file: urls if what i type starts with / or c:\
This bug should be fixed by bug 77052, because history will no longer be used.
Comment 6•21 years ago
|
||
I wrote a patch for the Firebird version of this problem, see bug 233402. I
imagine someone could port that to Mozilla.
It isn't true that this bug would be fixed if bug 77052 were fixed. You could
fix bug 77052 and still have to type "file:///etc/" to find the file you want.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 7•18 years ago
|
||
This bug was fixed on Linux SeaMonkey by bug 341504.
Updated•17 years ago
|
Assignee: hewitt → nobody
Status: ASSIGNED → NEW
QA Contact: claudius
Target Milestone: Future → ---
[Tracking Requested - why for this release]:
tracking-b2g:
--- → ?
You need to log in
before you can comment on or make changes to this bug.
Description
•