Opened 6 years ago
Closed 6 years ago
#15156 closed bug (notabug)
When extending menu widget, calling this._super() on focus event causes error
Reported by: | Frank Ali | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.menu | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Calling this._super() on the focus event when extending the menu widget causes 'e is undefined' error.
Note: See
TracTickets for help on using
tickets.
Your not passing the arguments through to super. https://jsfiddle.net/k8qutgmk/1/