Closed
Bug 82041
Opened 24 years ago
Closed 24 years ago
Clicking on Search button the first time reverts pref to Netscape Search
Categories
(SeaMonkey :: Search, defect, P2)
SeaMonkey
Search
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: olivier.crete, Assigned: matt)
References
Details
(Whiteboard: [pdt+]fix n hand, need reviews)
Attachments
(1 file)
340 bytes,
patch
|
Details | Diff | Splinter Review |
My search preferences are set to google. When I start moz and type something in
the url bar, the autocomplete appears and it has the google logo, so its still
pointing to google. But when I click on the Search button, it goes right to
search.netscape.com and the search pref is reset to netscape search. This might
be related to bug 60283.
Put your vote in on 82041
*** This bug has been marked as a duplicate of 60283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•24 years ago
|
||
I believe this is not the same as bug 60283. First, bug 60283 seems to specify
that it only happens when nothing has been changed in the URL bar. This is not
the case here, I have written something in there. And it happens only once per
session.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
sorry about that. You are right. Claudius I think filed a bug against me on
this. It might have something to do with you search button disappearing. Did
that happen?
Keywords: mozilla0.9.2
Reporter | ||
Comment 4•24 years ago
|
||
Search button never disapears.
Comment 5•24 years ago
|
||
Matt, this _is_ what I was seeing before. The key is that is happens only the first time.
Repro:
1. Select Edit|Preferences|Navigator|Internet Search and change your search provider to Google.
2. Quit and restart the browser. (Is the goof right here or later?)
3. Type something in the url bar preferably somethat will autocomplete. You should notice
that the autocomplete search indicates it is set to google.
4. Now click the search button to the right of the URL bar.
You get a netscape search on your search term! Evil!
the change is thorugh and sticky. The autocomplete widget will now indicate the Netscape search
and even the preference window will show that you've selected 'Netscape Search'.
Confirmed with 2001052208 builds
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: nsbeta1
OS: Linux → All
Summary: Clicking on Search button reverts to Netscape Search → Clicking on Search button the first time reverts pref to Netscape Search
Comment 6•24 years ago
|
||
nav triage: yes we saw this too. accepting for mozilla0.9.2. p2.
Comment 7•24 years ago
|
||
This bug makes search functionality unusable.
For me, the bug manifests itself in the following way:
I set the pref to Google. I enter a search term, click "Search". Google is
indeed used. But all subsequent searches will go to Netscape. Repeat. I.e. the
bug does *not* only appear once per session for me.
Does it happen with 0.9.1? I'd argue that this might be a release blocker then.
Hardware: PC → All
Comment 9•24 years ago
|
||
Ben says "Does it happen with 0.9.1? I'd argue that this might be a release
blocker then."
Yes, 2001052908 Linux. I no longer use Mozilla's search feature in current
builds because it's too b0rked to be worth fighting with.
I'd be happy to see a 24 hour slip for just this, so long as the fix was
permanent and I didn't have to look forward to matt breaking it again.
Assignee | ||
Comment 10•24 years ago
|
||
summary: either the autocomplete or the search button is reverting the search
back to the default. Need to investigate further.
days:1
need to fix
Status: NEW → ASSIGNED
Updated•24 years ago
|
Whiteboard: 1 day, eta 6/8
Assignee | ||
Comment 11•24 years ago
|
||
Assignee | ||
Comment 12•24 years ago
|
||
Need reviews....
Blake? Mcafee?
Whiteboard: 1 day, eta 6/8 → fix n hand, need reviews
Comment 13•24 years ago
|
||
mPrefs doesn't seem to be declared anywhere. Can't we make it a global
and then retrieve it and cache it the first time we need it (since it seems to
be called on each search)?
Assignee | ||
Comment 14•24 years ago
|
||
we could do that. I'm not huge on the global person.
We do that for
var pref = Components.classes["@mozilla.org/preferences;1"]
.getService(Components.interfaces.nsIPref);
but here i'm using nsIPrefBranch and only reference it twice.
If we move everything over to branch...which we should
we definitely should be doing this.
Blake,
Ur mr. s......you make the call. I'm to tired.
But i should add a var mPref =
otherwise is could get declared as global.
Comment 15•24 years ago
|
||
*** Bug 85034 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
*** Bug 83932 has been marked as a duplicate of this bug. ***
Comment 17•24 years ago
|
||
adding pdt+ as per pdt discussion, this bug was nearly a m0.9.1 stopper.
Whiteboard: fix n hand, need reviews → [pdt+]fix n hand, need reviews
Comment 18•24 years ago
|
||
sorry I made that comment in a wrong bug. the near-stopper was another bug. in
any case, this bug is an rtm stopper - Matt please check in the fix with r/sr.
Assignee | ||
Comment 19•24 years ago
|
||
blake gives a r=matt
Comment 20•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Comment 21•24 years ago
|
||
r=mcafee too
Assignee | ||
Comment 22•24 years ago
|
||
r=matt
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 23•24 years ago
|
||
*** Bug 85870 has been marked as a duplicate of this bug. ***
Comment 24•24 years ago
|
||
VERIFIED Fixed with 2001061415 builds on all platforms
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•