Search and Top Navigation
#15156 closed bug (notabug)
Opened March 23, 2017 10:28PM UTC
Closed March 23, 2017 10:33PM UTC
When extending menu widget, calling this._super() on focus event causes error
Reported by: | alifr | 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.
Attachments (0)
Change History (1)
Changed March 23, 2017 10:33PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Your not passing the arguments through to super. https://jsfiddle.net/k8qutgmk/1/