Closed
Bug 73238
Opened 24 years ago
Closed 24 years ago
search results not displaying in sidebar
Categories
(SeaMonkey :: Search, defect, P1)
SeaMonkey
Search
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: tracy, Assigned: matt)
References
Details
(Keywords: regression, smoketest, Whiteboard: need reviews)
Attachments
(2 files)
2.00 KB,
patch
|
Details | Diff | Splinter Review | |
2.08 KB,
patch
|
Details | Diff | Splinter Review |
seen on commercial builds:
windows 2001-03-23-06-mtrunk
linux 2001-03-23-05-mtrunk
mac 2001-03-23-04-trunk
-run a search from the URL bar
expected results: sidebar opens with results in search tab
tested results: sidebar remains empty
Reporter | ||
Comment 1•24 years ago
|
||
note: the results do display in the browser
Severity: normal → major
OS: Windows 98 → All
Hardware: PC → All
changing to search and qa_contact.
Component: Sidebar → Search
QA Contact: sujay → claudius
Comment 4•24 years ago
|
||
uh-oh. Didn't we see this smae bug just a few days ago or am i making it up (couldn't find
a dupe)
Comment 5•24 years ago
|
||
fyi - this regression is present in the 0.8.1 release
nav triage team:
Marking nsbeta1+, mozilla0.9 since Matt's looking at search right now.
Status on this bug.
I've tried this bug on 2 machines and I get results.
I've also tried it on mozilla, netscape comm., and my debug build.
I went to Claudius' machine and it worked.
Blake says he still see this bug.
I think this might be have something to do with profiles. This is
just a guess. I've asked Claudius to do some more investigation.
Status: NEW → ASSIGNED
Reporter | ||
Comment 9•24 years ago
|
||
the last time on say this on the daily smoketests was 4/11
Assignee | ||
Comment 10•24 years ago
|
||
vishy says "ask qa to give you a better reproducible test case."
so how about it.
thanks
Comment 11•24 years ago
|
||
This appears to be a profile issue since by default no search engine is
selected.
1. create a new profile (don't migrate from an existing one)
2. in "My Sidebar" select the search tab
3. type in search value, e.g. "test" and click on search
-> no results are found
4. from the menu select "Search/My Sidebar Search Tab/Advanced"
-> you should see a list of search engines, none of those is selected though
(shouldn't there be one selected by default for newly created profiles?)
5. now choose one, e.g. Netscape Search and perform the same search again
-> results are found
Assignee | ||
Comment 12•24 years ago
|
||
thanks for that finding. I think i might be able to fix this bug by just
checking in a default search engine in all.js .
Comment 13•24 years ago
|
||
Claudius - can we try to narrow this down to a more easily reproducible test
case? thanks, Vishy
Assignee | ||
Comment 14•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
need reviews
Comment 16•24 years ago
|
||
can you switch to using the nsIPrefBranch interface? nsIPref is deprecated -
basically just QI to nsIPrefBranch, and use the methods listed there...(it's
pretty obvious which is which)
btw, can you give me cvs diff -u in the future?
Comment 17•24 years ago
|
||
tabs, don't add dumps to release code,
after rereading, i now understand the pref stuff :)
Assignee | ||
Comment 18•24 years ago
|
||
Assignee | ||
Comment 19•24 years ago
|
||
Fixed
to test claudius:
1. create a new profile (don't migrate from an existing one)
2. in "My Sidebar" select the search tab
3. type in search value, e.g. "test" and click on search
-> no results are found
4. from the menu select "Search/My Sidebar Search Tab/Advanced"
-> you should see a list of search engines, none of those is selected though
(shouldn't there be one selected by default for newly created profiles?)
5. now choose one, e.g. Netscape Search and perform the same search again
-> results are found
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 20•24 years ago
|
||
bastard! you didn't fix those tabs.
Comment 21•24 years ago
|
||
this bug is VERIFIED Fixed in 20010511 builds. -matt i just filed a bugscape bug for you as
an offshoot of this one.
Status: RESOLVED → VERIFIED
Comment 22•24 years ago
|
||
whats the bugscape bug for?
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•