зеркало из https://github.com/mozilla/gecko-dev.git
Bug 309289: When moving an extension up/down in the richlistbox widget, it is scrolled to the top of the window, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor/doron
This commit is contained in:
Родитель
1f98914466
Коммит
b85e5fe3ff
|
@ -128,7 +128,8 @@
|
|||
|
||||
if (element) {
|
||||
this.selectedItem = element;
|
||||
this.scrollBoxObject.scrollToElement(this.selectedItem);
|
||||
if (!this._isItemVisible(this.selectedItem))
|
||||
this.scrollBoxObject.scrollToElement(this.selectedItem);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче