joe78781178 / gwtupload

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

SetEnabled on the MultiUploader does not work #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.MultiUploader wFormInputWidget = new MultiUploader() ;

2. wFormInputWidget.setEnabled(false);
OR 
3.wFormInputWidget.getFileInput().setEnabled(false) 

What is the expected output? What do you see instead?
It should disable the widget. Instead it causes the whole widget to disappear

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

Please provide any additional information below.

Original issue reported on code.google.com by deepthi....@gmail.com on 28 Sep 2012 at 5:13

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 100fba4f2606.

Original comment by manuel.carrasco.m on 3 Dec 2012 at 12:17