Opened 10 years ago
Closed 10 years ago
#13055 closed defect (fixed)
StackContainer: _showChild assumes child has _onShow
Reported by: | ben hockey | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
StackContainer _showChild assumes that the child has an _onShow method. this won't be the case if the child only extends _WidgetBase rather than _Widget.
this is related to the current development version (1.7)
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.7 |
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [25417]) check if _onShow() and onHide() methods exist before trying to call them, fixes #13055 !strict