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
Original issue reported on code.google.com by
yos...@leecare.com.au
on 4 Aug 2014 at 2:09