зеркало из https://github.com/mozilla/gecko-dev.git
Bug 351267: Scroll position re-used in autocomplete dropdown. r+sr=Neil
This commit is contained in:
Родитель
3c84332ab2
Коммит
647ce12e08
|
@ -1327,6 +1327,8 @@
|
|||
|
||||
if (this.mTree)
|
||||
this.mTree.rowCountChanged(0, -oldCount);
|
||||
if (this.mBoxObject)
|
||||
this.mBoxObject.scrollToRow(0);
|
||||
},
|
||||
|
||||
addResults: function(aResults)
|
||||
|
|
Загрузка…
Ссылка в новой задаче