Opened 13 years ago
Closed 13 years ago
#4815 closed defect (fixed)
dojox.image.SlideShow throws exceptions and doesn't cancel slideshow correctly
Reported by: | sos | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The SlideShow? widget seems to randomly throw exceptions, often when the page is being unloaded. This may be because events are being triggered on DOM nodes, while the code is being unloaded.
Also, sometimes when the slideshow is stopped, it continues to change images.
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | dojox.image.exception.patch added |
---|
Updated patch to fix these issues
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I attached a patch that fixes these issues on Firefox. I will test again on IE 6 and 7 on Monday. Peter, if you can test this on IE before then, that would be great too.
Shane