Fix Bug 35375.
This commit is contained in:
parent
02049ed668
commit
c12e9d1cd9
|
@ -454,6 +454,7 @@ define([
|
||||||
Common.UI.Menu.Manager.hideAll();
|
Common.UI.Menu.Manager.hideAll();
|
||||||
if ( $(e.currentTarget).closest('li').hasClass('dropdown-submenu')) {
|
if ( $(e.currentTarget).closest('li').hasClass('dropdown-submenu')) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
} else if (e.keyCode == Common.UI.Keys.UP || e.keyCode == Common.UI.Keys.DOWN) {
|
} else if (e.keyCode == Common.UI.Keys.UP || e.keyCode == Common.UI.Keys.DOWN) {
|
||||||
this.fromKeyDown = true;
|
this.fromKeyDown = true;
|
||||||
|
|
Loading…
Reference in a new issue