#18989 closed defect (fixed)
`dojox/widget/Rotator#destroy` attempts to destroy non-existent handler
Reported by: | mwistrand | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.8.15 |
Component: | DojoX Widgets | Version: | 1.12.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When calling destroy
on instances of dojox/widget/Rotator
, an error is thrown if none of the panes has a waitForEvent
property, and therefore Rotator#wfe
is null instead of a subscription handle.
Change History (8)
comment:1 Changed 4 years ago by
Component: | General → DojoX Widgets |
---|---|
Milestone: | tbd → 1.12.3 |
Owner: | set to dylan |
Priority: | undecided → high |
Status: | new → assigned |
comment:8 Changed 4 years ago by
Milestone: | 1.12.3 → 1.8.15 |
---|
Note: See
TracTickets for help on using
tickets.
PR approved at https://github.com/dojo/dojox/pull/267