Opened 12 years ago
Closed 12 years ago
#5820 closed defect (fixed)
dojox.image.ThumbnailPicker cannot scroll back to the first image
Reported by: | sos | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | dojox.image | Cc: | |
Blocked By: | Blocking: |
Description
The dojox.image.ThumbnailPicker? has a bug where the 'previous' button cannot scroll back to the first image. This is due to an if statement checking using a '!' symbol instead of checking for 'undefined'.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | dojox_ThumbnailPicker_prev.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to fix this issue