From: James D. Forrester Date: Wed, 20 Mar 2019 23:10:11 +0000 (-0700) Subject: OOUI: Bring forward UBN fix for DropdownInputWidget with MenuSectionOptionWidget X-Git-Tag: 1.34.0-rc.0~2448^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=8d9bc43448b34b3d0e465fc893df94301e75f4e9;p=lhc%2Fweb%2Fwiklou.git OOUI: Bring forward UBN fix for DropdownInputWidget with MenuSectionOptionWidget Bug: T218722 Bug: T218830 Change-Id: Id220e5f71aa335e0c3abf572a9172c7c83376271 --- diff --git a/resources/lib/ooui/oojs-ui-core.js b/resources/lib/ooui/oojs-ui-core.js index c32844ca58..3ca6632b79 100644 --- a/resources/lib/ooui/oojs-ui-core.js +++ b/resources/lib/ooui/oojs-ui-core.js @@ -6,7 +6,7 @@ * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2019-03-14T00:52:20Z + * Date: 2019-03-20T23:07:02Z */ ( function ( OO ) { @@ -7470,6 +7470,7 @@ OO.ui.MenuSectionOptionWidget = function OoUiMenuSectionOptionWidget( config ) { this.$element .addClass( 'oo-ui-menuSectionOptionWidget' ) .removeAttr( 'role aria-selected' ); + this.selected = false; }; /* Setup */