зеркало из https://github.com/mozilla/gecko-dev.git
Bug 416007 - Bookmark details persist during search (for Techrazy.Yang@gmail.com, r=mano)
This commit is contained in:
Родитель
c7417c7279
Коммит
7631f5fc83
|
@ -772,6 +772,9 @@ var PlacesSearchBox = {
|
||||||
|
|
||||||
PlacesSearchBox.showSearchUI();
|
PlacesSearchBox.showSearchUI();
|
||||||
this.searchFilter.setAttribute("filtered", "true");
|
this.searchFilter.setAttribute("filtered", "true");
|
||||||
|
|
||||||
|
// Update the details panel
|
||||||
|
PlacesOrganizer.onContentTreeSelect();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1327,6 +1330,9 @@ var PlacesQueryBuilder = {
|
||||||
|
|
||||||
// XXXben - find some public way of doing this!
|
// XXXben - find some public way of doing this!
|
||||||
PlacesOrganizer._content.load(this.queries, this.options);
|
PlacesOrganizer._content.load(this.queries, this.options);
|
||||||
|
|
||||||
|
// Update the details panel
|
||||||
|
PlacesOrganizer.onContentTreeSelect();
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче