Closed
Bug 162641
Opened 23 years ago
Closed 22 years ago
Second "Search History" attempt fails due to JavaScript error
Categories
(Core Graveyard :: History: Global, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 131480
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
the first search inside the history went ok, but the next was impossible due to
a javascript error:
Error: hstWindow.setRoot is not a function
Source File: chrome://communicator/content/history/findHistory.js
Line: 65
20020813
Comment 1•23 years ago
|
||
There's actually a strict warning before this error:
Warning: reference to undefined property hstWindow.setRoot
Source File: chrome://communicator/content/history/findHistory.js
Line: 65
This would explain why hstWindow.setRoot is not a function!
WorksForMe using FizzillaMach/2003-05-01-08-trunk. Henrik, can you still
reproduce this problem using a current nightly build?
Summary: impossible to search history again due to javascript error → Second "Search History" attempt fails due to JavaScript error
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 131480 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•