Closed
Bug 374166
Opened 18 years ago
Closed 18 years ago
history-on-places regression, fail to set grouping
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: moco, Assigned: moco)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
history-on-places regression, fail to set grouping
thanks to mano for spotting this.
I get:
JavaScript error: chrome://browser/content/places/history-panel.js, line 102: gHistoryTree.getResult() has no properties
this is more fall out from my fix for bug #373719
here comes a fix.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → sspitzer
Version: 2.0 Branch → Trunk
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #258745 -
Flags: review?(mano)
Comment 2•18 years ago
|
||
Comment on attachment 258745 [details] [diff] [review]
patch
>Index: history-panel.js
>===================================================================
> document.getElementById("byday").setAttribute("checked", "true");
>
> initContextMenu();
>
> // XXXBlake we should persist the last search value
> // If it's empty, this will do the right thing and
> // just group by the old grouping.
> // bug #359073 tracks this RFE
>- searchHistory(gSearchBox.value);
>+ //
remove that.
>+ // on timeout because of the corresponding setTimeout()
>+ // in the places tree binding's constructor
>+ setTimeout(function() { searchHistory(gSearchBox.value); }, 0);
> gSearchBox.focus();
r=mano
Attachment #258745 -
Flags: review?(mano) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Attachment #258745 -
Attachment is obsolete: true
Attachment #258747 -
Flags: review+
Assignee | ||
Comment 4•18 years ago
|
||
fixed.
thanks again to asaf for spotting this.
Checking in history-panel.js;
/cvsroot/mozilla/browser/components/places/content/history-panel.js,v <-- hist
ory-panel.js
new revision: 1.11; previous revision: 1.10
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: History → Bookmarks & History
QA Contact: history → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•