Fix Bug 35375.

This commit is contained in:
Julia Radzhabova 2017-07-14 12:00:05 +03:00
parent 02049ed668
commit c12e9d1cd9

View file

@ -454,6 +454,7 @@ define([
Common.UI.Menu.Manager.hideAll();
if ( $(e.currentTarget).closest('li').hasClass('dropdown-submenu')) {
e.stopPropagation();
return false;
}
} else if (e.keyCode == Common.UI.Keys.UP || e.keyCode == Common.UI.Keys.DOWN) {
this.fromKeyDown = true;