OOUI: Bring forward UBN fix for DropdownInputWidget with MenuSectionOptionWidget
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 20 Mar 2019 23:10:11 +0000 (16:10 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Wed, 20 Mar 2019 23:10:11 +0000 (16:10 -0700)
Bug: T218722
Bug: T218830
Change-Id: Id220e5f71aa335e0c3abf572a9172c7c83376271

resources/lib/ooui/oojs-ui-core.js

index c32844c..3ca6632 100644 (file)
@@ -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 */