We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42fcdd commit b7580f4Copy full SHA for b7580f4
src/kendo.menu.js
@@ -993,7 +993,6 @@ var __meta__ = { // jshint ignore:line
993
994
if (overflowWrapper) {
995
element.find(visiblePopups).each(closePopup);
996
- overflowWrapper.find("." + FOCUSEDSTATE).removeClass(FOCUSEDSTATE);
997
}
998
999
element.each(function () {
@@ -1180,6 +1179,7 @@ var __meta__ = { // jshint ignore:line
1180
1179
},
1181
1182
_popupOpen: function(e) {
+ e.sender.element.children("." + FOCUSEDSTATE).removeClass(FOCUSEDSTATE);
1183
if (this.options.scrollable) {
1184
this._setPopupHeight(e.sender);
1185
0 commit comments