Opened 13 years ago
Closed 13 years ago
#9727 closed defect (fixed)
xd loader may not clean up dojo._xdTimer interval in some cases
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo._xdReset will sometimes fire before the dojo._xdClearInterval can fire. dojo._xdReset will zero out dojo._xdTimer, and leave an interval still running.
Solution is to have dojo._xdReset call dojo._xdClearInterval instead of just zeroing out dojo._xdTimer.
Note: See
TracTickets for help on using
tickets.
(In [19893]) Fixes #9727, where a dangling interval might be kept running in the xd loader case.