Opened 13 years ago
Closed 13 years ago
#4603 closed defect (fixed)
Add docs and cleanup code of dojox.image
Reported by: | sos | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | dojox.image | Cc: | |
Blocked By: | Blocking: |
Description
The dojox.image widgets need better inline docs and code cleanup. Also, amalgamating multiple icons into a single image will reduce the number of remote requests for images.
Attachments (3)
Change History (9)
Changed 13 years ago by
Attachment: | dojox.image-docs_cleanup.patch added |
---|
comment:1 Changed 13 years ago by
I attached a patch file that adds code cleanup and many inline docs to the dojox.image files. I've also attached a new icon .gif file, with multiple icons contained in it. It is to go in the dojox/image/resources/image folder.
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
navBtns.gif was placed in the wrong folder, resources instead of resources/images
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Changed 13 years ago by
Attachment: | dojox.image-thumb_sync.patch added |
---|
Fixes bug where thumnail images do not stay in sync with main image in Gallery
comment:5 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There is an issue arising from the initial patch, where the thumbnail images no longer stay in sync with the slideshow images. The patch dojox.image-thumb_sync.patch fixes this.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Patch to add inline docs and code cleanup