зеркало из https://github.com/mozilla/pjs.git
Bug 685846 - DOMMenuItemActive is not fired for richlistitem of richlistbox autocomplete popup if it's selected repeatedly, r=enn
This commit is contained in:
Родитель
984700f3c8
Коммит
694dbdf655
|
@ -141,10 +141,12 @@
|
||||||
</getter>
|
</getter>
|
||||||
<setter>
|
<setter>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
if (val >= 0)
|
if (val >= 0) {
|
||||||
this.selectItem(this.getItemAtIndex(val));
|
this.selectItem(this.getItemAtIndex(val));
|
||||||
else
|
} else {
|
||||||
this.clearSelection();
|
this.clearSelection();
|
||||||
|
this.currentItem = null;
|
||||||
|
}
|
||||||
]]>
|
]]>
|
||||||
</setter>
|
</setter>
|
||||||
</property>
|
</property>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче