Opened 14 years ago
Closed 14 years ago
#4709 closed enhancement (fixed)
Change the dojox.image.ThumbnailPicker to scroll instead of fading in and out
Reported by: | sos | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojox.image.ThumbnailPicker? widget currently changes the images it is displaying by
- fading out the images currently displayed,
- moving them into a hidden node,
- moving the new images in to place
- fading them in
This is much too complicated, and does not give the user the impression that they are moving through a series of sequential images.
A better solution is to scroll the thumbnail images.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | dojox.image.ThumnailPicker_scroll.patch added |
---|
comment:1 Changed 14 years ago by
I have attached a patch to implement smooth scrolling in the ThumbnailPicker?. An update was also added to the dojox.fx.smoothScroll code, which allows it to scroll both a window, and a DOM node.
Shane
Changed 14 years ago by
Attachment: | dojox.image.ThumnailPicker_scroll_v2.patch added |
---|
comment:2 Changed 14 years ago by
Added an updated patch to fix interoperability issues between the Gallery and ThumbnailPicker?
Shane
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to implement scrolling on the dojox.image.ThumbnailPicker?