jijo-paulose / gwtupload

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

Send Button gets removed on calling clear on Uploader #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a SingleUploader with autoUpload as false.
2. Add some hidden widgets to the uploader onStart of upload. 
3. Clear the hidden widgets onCancel and onFinish of upload by calling 
Uploader#clear().

What is the expected output? What do you see instead?
Only the the form containing the hidden widgets should get cleared. Instead, 
the button also goes away on calling clear.

What version of the product are you using? On what operating system?
GwtUpload 1.0.0 on Windows 7

Please provide any additional information below.
Also, if clear is not called the hidden widgets will keep on adding to the form 
whenever there is an upload. 

Original issue reported on code.google.com by pratyush...@gmail.com on 6 Apr 2014 at 1:49

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 5:50