Bug 1263887 - Update the active child on a menulist when setting selection. r=enndeakin+6102

MozReview-Commit-ID: KsXLd6ICr0B

--HG--
extra : rebase_source : e501425041754d6182c3d67ea4090394d097358f
This commit is contained in:
Mike Conley 2016-04-19 11:32:49 -04:00
Родитель 1c7f68df06
Коммит 0d8c1055bf
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -254,6 +254,8 @@
event.initEvent("ValueChange", true, true); event.initEvent("ValueChange", true, true);
this.dispatchEvent(event); this.dispatchEvent(event);
this.menuBoxObject.activeChild = this.mSelectedInternal;
return val; return val;
]]> ]]>
</setter> </setter>