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

MozReview-Commit-ID: KsXLd6ICr0B

--HG--
extra : rebase_source : e1dda38ee4494124a7c663ff0bd977f3f3a634c6
extra : source : c45842dc546821416db290899802ca22cb9a703d
This commit is contained in:
Mike Conley 2016-04-19 11:32:49 -04:00
parent 04a890cf6d
commit 6962a91cbd

View File

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