Opened 12 years ago
Closed 12 years ago
#8593 closed defect (fixed)
Slideshow - "PLAY" button not working if if slideshow mode defaults to off
Reported by: | David Leonardi | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 1.2.3 |
Keywords: | slideshow dojox.slideshow | Cc: | |
Blocked By: | Blocking: |
Description
Slideshow "play" mode never works if slideshow mode is off.
To solve this, change line: if(this.images[this.imageIndex] && this.images[this.imageIndex].complete){
to:
if(this.images[this.imageIndex] && this.images[this.imageIndex]._img.complete){
Change History (1)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
was fixed in [15540]