Closed
Bug 187818
Opened 22 years ago
Closed 21 years ago
url lookup instead of bookmark keyword in address field
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: paul.stanton, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021201
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021201
when i type one of my bookmark keywords in the address field, moz resolves a
constructed url for that keyword rather then using the the bookmark. this has
happened for me before on other bookmarks (one i remember: "contacts") and
changing the keyword of the bookmark does fix the problem.
bookmark info...
Name: links
Location: http://wanto.f2o.org/links/links.xml
Keyword: links
without looking at the code, i assume the keyword is not the first thing looked
up when entering a cmd in the address field? or this could be a fallback if an
exception is thrown looking up the bookmarks?
Reproducible: Always
Steps to Reproduce:
i type "links" which is a valid bookmark keyword (trust me) and hit enter
Actual Results:
moz takes me to the page "http://www.links.com/"
Expected Results:
matched my bookmark for the "links" keyword
similar bugs...
136214
136228
If it's getting to URI fixup, it suggests bookmarks or navigator is not finding
the named bookmark properly in navigator.js where it calls getShortcutOrURI during.
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.js#1186
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.js#1251
If lookup had succeeded, the URL would be supplied to docshell and not the name.
Reassign to bookmarks.
Assignee: adamlock → ben
Comment 3•22 years ago
|
||
Judging by the example, this is a dup of Bug 144875 (custom keywords with
keyword same as bookmark don't work).
Can someone confirm?
Reporter | ||
Comment 4•22 years ago
|
||
hmm. could be. bear in mind, this is intermittant, and is currently working fine
for me after 2 days of it not working. i havent changed any of my bookmark values
Comment 5•21 years ago
|
||
I have tested this using
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030502
and it works for me.
I have also tested the mentioned Bug 144875 and thats works for me too
Reporter could you please retest with a more recent build and see if the
problem persist.
if the problem persist please try and provide some more information on how to
reproduce this.
If the problem is gone,please resolve this bug as works-for-me
Comment 6•21 years ago
|
||
marking wfm, no response, and reporter mentioned it gone away
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•