jijo-paulose / gwtupload

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

SingleUploader reset/reuse does not reset Status #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Calling the reset or reuse method, and then checking getStatus()

What is the expected output? What do you see instead?
I would expect getStatus() to return UNINITIALIZED, instead it returns the old 
status before reset/reuse were called.

What version of the product are you using? On what operating system?
GWT 2.5.1, gwtupload 0.6.4 on many OSs

Please provide any additional information below.
We use getStatus() to determine if the user has selected a file, and not yet 
uploaded the file.
We currently workaround this by calling 
uploader.getStatusWidget().setStatus(IUploadStatus.Status.UNINITIALIZED); every 
time reset() or reuse() is called.

I could not see this reported before, and I had a quick look through the 
release notes of later versions of gwtupload. If it has already been addressed 
then please let me know and we will see if we can upgrade to a later version of 
gwtupload.

Original issue reported on code.google.com by yos...@leecare.com.au on 4 Aug 2014 at 2:09

GoogleCodeExporter commented 8 years ago
Fixed not released.
Use 1.0.2-SNAPSHOT in the meanwhile I release 1.0.2

Thanks for reporting

Original comment by manuel.carrasco.m on 7 Jan 2015 at 3:40