Closed Bug 60678 Opened 24 years ago Closed 24 years ago

Autocompletion seems to be "reset" after a % (percent) char

Categories

(SeaMonkey :: UI Design, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED WORKSFORME
mozilla0.9

People

(Reporter: stric, Assigned: alecf)

References

Details

Attachments

(2 files)

If you have visited "http://www.a.b"  and "http://www.d.e" and then start typing
"http://www.foo.bar/%http://w" then it will autocomplete to
"http://www.foo.bar/%http://www.a.b" and "http://www.foo.bar/%http://www.d.e"
which isn't in the history. Seems like it ignores everything before a %
Tested with nightly as of 2000-11-19
The % char is not needed, even.  It's reset upon encountering a double backslash.

Looking at the autocomplete code, this seems to be due to an rfind being used to
look for "//" instead of the expected "lfind"

I'm not sure whether this is a bug or a design decision...

Over to XP apps, since Autofill does not include URL bar completion.
Assignee: morse → don
Component: Autofill → XP Apps
QA Contact: tpreston → sairuh
Er, correction.  I meant "double forward slash" in my previous comment.

Sorry for the spam... :(
-> ducarroz for autocompletion [but reassign if needed].
Assignee: don → ducarroz
QA Contact: sairuh → claudius
Summary: Autofill completion seems to be "reset" after a % (percent) char → Autocompletion seems to be "reset" after a % (percent) char
I am seeing this on:
Platform: PC
OS: Win 98
Build: Mozilla Build 2000112704 M18 Trunk Build

Marking as NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Adding some keywords
Keywords: patch, review
Reassign to Radha.
Assignee: ducarroz → radha
r=law, with some minor comments emailed to Radha re: avoiding use of
nsCRT::free() calls.
Blocks: 63321
nav triage team:

Check the patch in! Marking nsbeta1, mozilla0.9, reassigning to alecf
Assignee: radha → alecf
Keywords: nsbeta1
Target Milestone: --- → mozilla0.9
This dosn't really apply to this bug but I think it applies to the proposed 
patch:

IE's autocomplete searches all *visited* url's rather than all *typed* urls 
which IMHO is better. This would simplify the protocol stripping since all 
visited url's starts with a protocol...

Also it would be nice if the resultset contained:

http://www.mozilla.org/
http://www.mozilla.org/projects/
http://www.mozilla.org/projects/xpcom/
http://www.mozilla.org/projects/xpcom/XPCOM_plans.html

after visiting http://www.mozilla.org/projects/xpcom/XPCOM_plans.html.
radha fixed this
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Lots of verifications.

If I had to test stuff, it was on Win2K, build id 2001052404.
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: