grawas098 / gwtupload

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

After submit event, custom button widget is removed from another uploader widget #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create MultiUploader with custom widget button and auto submit enabled.
2. Create one or more MultiUploaders or SingleUploaders with custom widget 
button.
3. Upload a file using MultiUploader created in step 1.

What is the expected output? What do you see instead?

The custom button widget in uploaders created in step 2 should not be modified 
by MultiUploader events in step 1. Instead the last uploader added to the page 
has it's custom button widget removed.

What version of the product are you using? On what operating system?

gwtupload-1.0.1 on OS X 10.9.5

Please provide any additional information below.

Original issue reported on code.google.com by andreja....@gmail.com on 13 Jan 2015 at 9:54

GoogleCodeExporter commented 9 years ago
Could you if it happens with latest 1.0.3?

Original comment by manuel.carrasco.m on 15 Jan 2015 at 9:57

GoogleCodeExporter commented 9 years ago
I re-compiled using 1.0.3, but problem still exists.
I'm using SingleUploaders and setMultipleSelection() to get around the issue.

Original comment by andreja....@gmail.com on 15 Jan 2015 at 10:49

GoogleCodeExporter commented 9 years ago
Could you send an simple example project with the issue?

Original comment by manuel.carrasco.m on 9 Feb 2015 at 7:08

GoogleCodeExporter commented 9 years ago
Sorry, just got my new dev environment setup today. I will try and get you an 
example end of this week.

Original comment by andreja....@gmail.com on 9 Mar 2015 at 6:18

GoogleCodeExporter commented 9 years ago
Here is an example project to show the issue.

Click on button #1 or #2. 
Once the file starts uploading you should see button #3 get removed.

Original comment by andreja....@gmail.com on 10 Mar 2015 at 5:00

Attachments: