Closed GoogleCodeExporter closed 8 years ago
I'm seeing this with gwtupload 0.6.3-compat and GWT 2.3.0
Original comment by tgdav...@gmail.com
on 10 Jun 2011 at 3:43
This is a warning, so do not worry about it.
To avoid the message put this in your .gwt.xml file
<replace-with class="gwtupload.client.DecoratedFileUpload.DecoratedFileUploadImplClick">
<when-type-is class="gwtupload.client.DecoratedFileUpload.DecoratedFileUploadImpl"/>
<when-property-is name="user.agent" value="ie9"/>
</replace-with>
Original comment by manuel.carrasco.m
on 5 Jul 2011 at 12:25
fixed in r928
Original comment by manuel.carrasco.m
on 5 Jul 2011 at 12:26
Wow thanks a lot!
Original comment by dto...@gmail.com
on 7 Oct 2011 at 1:20
Original issue reported on code.google.com by
Jared.Li...@gmail.com
on 26 May 2011 at 7:49