jijo-paulose / gwtupload

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

File dialog is displayed twice in Chrome #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement a SingleUploader along the following:

<label><up:SingleUploader type="ANCHOR" 
ui:field="uploader"></up:SingleUploader></label>

and

@UiField SingleUploader uploader;

uploader.setValidExtensions( "pdf" );
uploader.setAutoSubmit( true );
uploader.setServletPath( <String> );
uploader.avoidRepeatFiles( true );

Compile for "Safari" or everything.

2. Load the application in Chrome and click the uploader anchor. Either OK or 
cancel the opened File dialog. It will be immediately reopened. A file will 
only be uploaded from the second File dialog.

3. Click past the anchor on the label instead. Nothing should happen, yet still 
the File dialog opens, but this time only once. 

What is the expected output? What do you see instead?
Dialog should be opened once and only from the specified type of widget like it 
does in Opera, FF and IE.

What version of the product are you using? On what operating system?
0.6.6
GWT 2.5.1, 2.5.0
Chrome <= 27.0.1453.116, Opera 12.15, FF 21, IE 10
Win 7 x64

Please provide any additional information below.
Haven't tested MultiUploader.

Original issue reported on code.google.com by nikon...@hotmail.com on 21 Jun 2013 at 10:44

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 19 Jul 2013 at 6:43

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 4845ffb51f02.

Original comment by manuel.carrasco.m on 30 Oct 2013 at 3:32

GoogleCodeExporter commented 8 years ago
Fixed in git, 

thanks for reporting
- Manolo

Original comment by manuel.carrasco.m on 30 Oct 2013 at 3:51

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 31 Dec 2013 at 3:09