Closed
Bug 221632
Opened 21 years ago
Closed 21 years ago
Help search does not work.
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rjkeller, Assigned: rjkeller)
References
Details
yup. it's dead. Probably a regression from removing search-db.rdf.
Steps to repro:
1) Open Help
2) go to seach sidebar
3) Type in some random phrase to search for ("mozilla" is a good one).
4) Click search, and nothing happens!
Daniel: Can you repro this? I don't have any JS error for it, so not sure where
it's coming from.
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•21 years ago
|
||
/extensions/help/resources/content/help.js, line 547
tree = document.getElementById("help-glossary-tree");
sourceDS = tree.database;
if (!sourceDS) // If the glossary has never been displayed this...
Error: tree has no properties
Source File: chrome://help/content/help.js
Line: 547
should be
tree = document.getElementById("help-glossary-panel");
?
Assignee | ||
Comment 2•21 years ago
|
||
yup. I noticed that error in help.js. I added that to the patch in bug 219120.
Assignee | ||
Comment 3•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•