onimamy / tinycimm

Automatically exported from code.google.com/p/tinycimm
0 stars 0 forks source link

Resizer bug #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click Browse
2. Select an image
3. Click on Resize tab before image has finished downloading

What is the expected output? What do you see instead?
Expected output is to see the image in the resizer box, instead no image is
loaded and the dimensions are 0 x 0.

Solution:
Check image.complete using a timeout to give the user some indicated that
the image is still downloading, once the image has finished downloaded,
reset the resize pane. 

Original issue reported on code.google.com by willis...@gmail.com on 28 Mar 2008 at 12:04

GoogleCodeExporter commented 8 years ago
Issue has been fixed, image caches before resizer loads.

Original comment by willis...@gmail.com on 30 Mar 2008 at 7:32