Skip to content

Commit

Permalink
[2.3-develop] Forwardport of #13341
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team committed Feb 6, 2018
1 parent 15d1a96 commit d544ca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/web/mage/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ define([
return;
}

// remove the active state class from the siblings
this.active.siblings().children('.ui-state-active').removeClass('ui-state-active');

this._open(newItem.parent());

// Delay so Firefox will not hide activedescendant change in expanding submenu from AT
Expand Down

0 comments on commit d544ca2

Please sign in to comment.