Closed
Bug 128341
Opened 23 years ago
Closed 15 years ago
Autocomplete suggestions favor specific urls over top-level page
Categories
(SeaMonkey :: Autocomplete, defect)
SeaMonkey
Autocomplete
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mikepinkerton, Unassigned)
Details
(Keywords: regression)
autocomplete used to work fine for me, but after a pull from 2/28, it only
suggests long, specific urls rather than the top of a site.
for instance, before i'd type in "www.washi" and "www.washingtonpost.com" would
be the first suggestion. now i can't even see that suggested, and lots of
internal pages are at the top of the list.
autocomplete is now totally useless.
Reporter | ||
Comment 1•23 years ago
|
||
autocomplete is now totally useless in 099. we have to fix before we branch.
Keywords: mozilla0.9.9,
regression
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Updated•23 years ago
|
OS: MacOS X → All
Hardware: Macintosh → All
Comment 2•23 years ago
|
||
I was seeng the same thing, but for 'www.ny...' and not getting
'http://www.nytimes.com/' offered. It only showed detailed URLs.
At blake's suggestion, I then typed just 'nyt..' and was then offered
'http://www.nytimes.com/'. After that, it seemed to have fixed itself.
Comment 3•23 years ago
|
||
To my mind, the way autocompletion currently works in Mozilla is not very
useful. It was much better in Netscape 4. The following example illustrates this:
I've browsed several directories on a website:
www.website.com/aardvark
www.website.com/giraffe
www.website.com/zebra
But I've not browsed the root dir.
Now, say I want to go to page in zebra. I start by typing 'webs' and I get
autocomplete for the first website.com/aardvark entry, by alphabet, and NOT the
first unique peice of the URL that matches as Netscape 4 did - Netscape 4 would
give me 'website.com/' as the first autocomplete offering which then allowed to
type 'z' and get to where I wanted to go. This means in Mozilla I either accept
the autocomplete and delete the part I don't want (shift-left arrow doesn't work
as expected either) or I use page down to go through everything until I get to
zebra.
Comment 4•23 years ago
|
||
Here is a start and the checkins to Bonsai between 02/27/2002 08:00 and
02/28/2002 12:00 :
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=02%2F27%2F02+08%3A00&maxdate=02%2F28%2F02+12%3A00&cvsroot=%2Fcvsroot
WebBrowserpersist was in there bug 125070, and backed out yesterday or the day
before..
nsGlobalHistory for typing in URL's was fixed, but may have caused this: bug
127506.
nsLocalFile changes, and bug 127189 for autocomplete.xul.
Reporter | ||
Comment 5•23 years ago
|
||
this bug is about how the behavior _regressed_, not for general commentary on
how one would like it to work.
Comment 6•23 years ago
|
||
I've heard it suggested that this was just a case of a few days of history
getting corrupted and that clearing history fixes it. Can anyone confirm?
Reporter | ||
Comment 7•23 years ago
|
||
if that's the case, then everybody's history got corrupted, and we have some
serious data corruption bugs on our hands. either way, it's a big deal.
Comment 8•23 years ago
|
||
It would be everyone who used a nightly within about a week's time. I don't see
what we would do about that.
Comment 9•23 years ago
|
||
clearing both global history and location bar does seem to have solved the
problem here.
Reporter | ||
Comment 10•23 years ago
|
||
why doesn't anyone seem interested in finding out what happened? i doubt the
problem has gone away, just the people who first saw it have revisited the sites
and don't see it (as much) anymore. i don't think we had corruption for a week
and then it vanished.
Comment 11•23 years ago
|
||
Nav triage team needs info: can anyone reproduce this in a current build, with a
new profile?
Whiteboard: [need info]
Comment 12•23 years ago
|
||
Why do you assume I know what happened? I have a theory as to the problem,
that's why I asked that people test it. And testing seems to confirm it. I
don't doubt the problem has gone away. As I said, I checked in something not
quite right and then fixed it about a week later.
Basically, the problem is that I had been setting the value for a row in your
history database to 0. instead of removing the row altogether. If I'm right.
Comment 13•23 years ago
|
||
If I understand this then there were a few days where if you used the nightly
builds you may have corrupted your history and if you didn't use those nightly
builds then you're not affected. If this is the case then it is limited to
developers and other nightly build testers and not critical to 0.9.9.
No longer blocks: 122050
Comment 14•23 years ago
|
||
Er, "Why do you assume I know what happened" is supposed to read "Why do you
assume I don't know what happened". It rather changes the meaning of my comment.
Comment 15•23 years ago
|
||
Ok, now you all got me confused. Is the specific 'corruption' that:
* http://www.google.co.nz will be favored over
* http://www.google.com due to the '.' being sorted before the 'm'? i.e.,
autocomplete is *sorting* entries, rather than showing the most appropriate
(which would be google.com - since I visit it many times every day, so the
history should have quite a few entries of it already.)
That's the problem that people pointed me to this bug for. Sorry if I'm in the
wrong bug.
Comment 16•23 years ago
|
||
HĂĄkan: It sounds like you're talking about bug 78270 ("Order autocomplete
completion candidates by time or frequency"). And, if you're wondering why that
bug has been Futured, then that makes two of us ;).
Reporter | ||
Comment 17•23 years ago
|
||
hwaara: that's not the bug that i filed here. this bug favors
www.foo.com/bar/baz/mango/crazy.html over www.foo.com.
Comment 18•23 years ago
|
||
nsbeta1- per Nav triage team, since it appears likely to be an intermittent
problem in Feb. 27/28 nightlies. ->1.2. Please renominate as new data warrants.
BTW, why is this marked critical severity?
Reporter | ||
Comment 19•23 years ago
|
||
this continues to happen for me with a build from 3/13. autocomplete works fine
for a few days and then blam, it won't show me any top-level urls.
this is critical because it makes autocomplete totally useless, and makes it
pretty darn hard to use the browser.
requesting re-triage. this isn't isolated to a couple of builds, it's ongoing
data corruption (yes, my past browsing history is critical data to me).
Comment 20•23 years ago
|
||
Are you saying the history data is lost?
Comment 21•23 years ago
|
||
If Asa's comment#13 is correct then this is not even a bug anymore and should be
closed, much less minused. It is not a valid test to continue to use a
previously corrupted history DB.
If this can't be reproduced in a current build with a recent profile (say post 3/6).
Mike are you saying this happened to you with a new build and old profile, after
you cleared your location bar history?
Reporter | ||
Comment 22•23 years ago
|
||
yes, claudius. that's what i'm saying.
Comment 23•23 years ago
|
||
I've seen this behaviour in a 0.9.9 build and a new profile. Typing 'google.com'
would autocomplete to 'google.com/search?mumblesomelongsearchstring'. Checking
the 'Match only website you've typed previously' checkbox fixed it. Shouldn't
this default to on?
Comment 24•23 years ago
|
||
I don't think we want that on. The fix should be to get it to work as it used
to do.
Comment 25•23 years ago
|
||
Claudius, did you check this on MacOS?
Comment 26•23 years ago
|
||
I can't reproduce this on any OS in recent (3/22) builds. Then again, it's not
as if there are specific steps to trigger the condition. The problem described
in comment#3 is accurate, but I believe that to be a different issue.
Anecdotally, I can say I believe I've seen this on MacOSX but not reliably, and
not for some time now.
Comment 27•23 years ago
|
||
nsbeta1+ per Nav triage team, ->1.0, adt3
Updated•23 years ago
|
Whiteboard: [need info][adt3] → [adt3]
Comment 28•23 years ago
|
||
This problem seems to have been cleared up, marking as works for me. Reopen if
anyone is still seeing this with a post 3/15 build and history.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 29•23 years ago
|
||
still happens for me on a regular basis with new sites visited.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 30•23 years ago
|
||
with a trunk build from yesterday, i pitched my history and was able to
duplicate this in about a half an hour. i just registered for a new account at
blogspot.com and by the time i'd finished, www.blogspot.com was _nowhere to be
found_ on my autocomplete list. It was full of urls deep into the bowels of
blogspot.
This is a serious usability problem that cripples autocomplete.
Whiteboard: [adt3] → [adt2]
Comment 31•23 years ago
|
||
I am tempted to mark this invalid. After playing with a number of url
combinations, this is what I have determined:
If you visit "blogspot.com", then "http://blogspot.com" will be added to your
history. From then on, typing "www.blog" will NOT match on
"http://blogspot.com", because there is no "www" in this url. Typing "blog"
will indeed match on this url. I don't think we should just assume that all
urls that don't start with "www" will still work if we just tack it on there.
Comment 32•23 years ago
|
||
as a matter of fact, I think I will
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 33•23 years ago
|
||
trust me, i'm not just omitting the www. prefix. autocomplete that will work at
one point will be pushed off the list 30 minutes later with other urls at that
same site.
why is this so difficult to comprehend? reopening.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 34•23 years ago
|
||
I've also seen this now and then during the last month or two. I don't believe
it's any kind of user error. Suddenly google no longer autocompletes to anything
without a long search string and then after a while that url works again.
Irritating.
Comment 35•23 years ago
|
||
removing plus for re-triage, this sounds like high risk for uncertain benefit.
Comment 36•23 years ago
|
||
nsbeta1- per Nav triage team
Reporter | ||
Comment 37•23 years ago
|
||
*sigh* i'm not asking for improvement, i'm asking to fix it back to the point of
before it was broken. The "uncertain benefit" of which you speak is just plain
working like it used to.
it's obvious nobody is ever going to give this bug the time of day. \/\/hatever.
Comment 38•23 years ago
|
||
Pink, are you still seeing this bug? Does this bug actually cause Mozilla to
favor longer addresses, or does it just "forget to sort" by how many times you
visited each page?
Reporter | ||
Comment 39•23 years ago
|
||
yes, i still see this at times, and no, it's not forgetting to sort. the top of
the site isn't in the list at all.
Comment 40•23 years ago
|
||
nominating for buffy.
Comment 41•22 years ago
|
||
nsbeta1+/ADT3 per Nav triage team.
Comment 42•22 years ago
|
||
Nav triage team: Behavior seems different now. Has another checkin changed
this? Can this be closed?
Comment 43•22 years ago
|
||
Nav triage team: nsbeta1-
Comment 44•22 years ago
|
||
I'm not seeing any regression here... 0.9.7/8 seem to behave the same as 0.9.9
and 1.0. all of them prefer some deeper-level URLs over some top-level URLs.
On the other hand, current trunk (20030103) seems to work ok. With a different
profile, current trunk has the buggy behavior.
It is then tempting to blame this on corruption, but with the first profile I
mentioned, using old builds after using current trunk (which works fine)
restores the buggy behavior. That is not consistent with corruption.
Comment 45•22 years ago
|
||
See bug 96700. This sounds like a duplicate. Related: bug 175725.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 46•20 years ago
|
||
Feel free to reopen if you disagree.
*** This bug has been marked as a duplicate of 96700 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 20 years ago
Resolution: --- → DUPLICATE
Comment 47•20 years ago
|
||
This isn't a dup of bug 96700. What this bug report describes is a bug, and if
the bug still exists, it would probably survive a fix for bug 96700.
I have not experienced this bug. Has anyone experienced it lately, or should it
be marked as WFM?
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 48•20 years ago
|
||
If I type "bug" in the URL, bugzilla.mozilla.org is the 12th autocomplete
suggestion, after saved queries, the query page, attatchment page, etc.
Comment 49•20 years ago
|
||
Andrew, what is the "visit count" in your global history for
bugzilla.mozilla.org and for the other URLs? If you're using Seamonkey, I think
you can make a "visit count" column appear in the History window; if you're
using Firefox, you may have to install an extension (or use jwz's mork.pl) to
find out.
Comment 50•20 years ago
|
||
visit count for bugzilla.mozilla.org itself is 2. There are 25 b.m.o URLs with
higher visit counts. One saved query has a hit count of 480.
480, 216, 154, 111, 88, 67, 65, 54, 36, 34, 16, 2x6, 2x4, 10x3
the URLs are listed in visit count order in the dropdown except that the
toplevel URL is between 16 and the 6s
Assignee: hewitt → nobody
Status: REOPENED → NEW
QA Contact: claudius
Target Milestone: mozilla1.1alpha → ---
![]() |
||
Comment 51•16 years ago
|
||
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.
If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.
Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
Comment 52•16 years ago
|
||
Yes, it is there in SM 2.0b. For example I have visited http://www.google.at/ and http://www.google.at/search?hl=de&q=test&btnG=Google-Suche&meta=&aq=f&oq=. When I start typing www.google.a it will favor the longer over the shorter versions. This is annoying, since it is tricky to shorten the address without having it completed again.
pi
Status: UNCONFIRMED → NEW
![]() |
||
Comment 53•15 years ago
|
||
The Smart Location bar will learn your preferences after a while, so this is either WFM or WONTFIX.
Status: NEW → RESOLVED
Closed: 20 years ago → 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•