зеркало из https://github.com/mozilla/pjs.git
Bug 308098 - richlistbox throws a JS erorr when opening the Download manager. patch from zeniko@gmail.com, r=mconnor.
This commit is contained in:
Родитель
dd83900f20
Коммит
dc47e7f1e6
|
@ -256,9 +256,9 @@
|
|||
|
||||
this._selectedItem = aItem;
|
||||
this._selectedIndex = this.getIndexOf(aItem);
|
||||
this.ensureSelectedElementIsVisible();
|
||||
|
||||
if (aItem) {
|
||||
this.ensureSelectedElementIsVisible();
|
||||
aItem.selected = true;
|
||||
aItem.focus();
|
||||
}
|
||||
|
@ -347,7 +347,8 @@
|
|||
<parameter name="aElement"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
this.scrollBoxObject.ensureElementIsVisible(aElement);
|
||||
if (aElement)
|
||||
this.scrollBoxObject.ensureElementIsVisible(aElement);
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче