From 8d9bc43448b34b3d0e465fc893df94301e75f4e9 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 20 Mar 2019 16:10:11 -0700 Subject: [PATCH] OOUI: Bring forward UBN fix for DropdownInputWidget with MenuSectionOptionWidget Bug: T218722 Bug: T218830 Change-Id: Id220e5f71aa335e0c3abf572a9172c7c83376271 --- resources/lib/ooui/oojs-ui-core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.20.1