Opened 10 years ago
Closed 10 years ago
#8876 closed bug (fixed)
Calling _super calls wrong inherited widget
Reported by: | jemunk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.widget | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Having the same object source used for two separate widgets, confuses the _super call. See fiddle: http://jsfiddle.net/uSWjD/4/
Note: See
TracTickets for help on using
tickets.
Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Calling _super calls wrong inherited widget.