Skip to content

Commit 1431cc6

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-34476: Backend Menu JS improvements
- Restore keyboard accesibility
1 parent 9f02737 commit 1431cc6

File tree

1 file changed

+2
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/js

1 file changed

+2
-0
lines changed

app/design/adminhtml/Magento/backend/web/js/theme.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ define('globalNavigation', [
8383
.on('blur.tabFocus', function (e) {
8484
$(e.target).trigger('mouseleave');
8585
});
86+
87+
this.menuCategory.on('focus', 'a', this._open.bind(this));
8688
},
8789

8890
_open: function (e) {

0 commit comments

Comments
 (0)