Closed GoogleCodeExporter closed 8 years ago
Hi Sandeep,
Did you find a solution for this? I am also getting this problem in IE.
Regards,
Kiran.
Original comment by kiransri...@gmail.com
on 2 Nov 2010 at 10:31
My work around, i had this in a my project css :
@external .gwt-FileUpload;
.gwt-FileUpload {
@if user.agent ie6 {
/* cache l'input file pour l'upload */
top: -300px !important;
left: -300px !important;
}
}
It work fin now with ie7 (in fact I tried it with IE8 compatibility mode).
Original comment by b.mouch...@gmail.com
on 16 Dec 2010 at 3:46
We just reverted back to 'browser mode' but I will try that solution out.
Thanks!
Original comment by sandeep....@gmail.com
on 18 Dec 2010 at 1:02
This issue was closed by revision r819.
Original comment by manuel.carrasco.m
on 29 Dec 2010 at 10:25
Original issue reported on code.google.com by
sandeep....@gmail.com
on 25 Sep 2010 at 3:39Attachments: