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.

https://jsfiddle.net/k8qutgmk/

Change History (1)

comment:1 Changed 6 years ago by Alexander Schmitz

Resolution: notabug
Status: newclosed

Your not passing the arguments through to super. https://jsfiddle.net/k8qutgmk/1/

Note: See TracTickets for help on using tickets.