What steps will reproduce the problem? 1. Choose FileInputType.ANCHOR as the input type 2. Pull up the page in IE7 (I did it in IE8 compatibility mode) 3.
What is the expected output? What do you see instead? You will see a 'file input' control at the right bottom of the screen. See attached.
What version of the product are you using? On what operating system? 0.6.2, Windows
Please provide any additional information below.
- 2010-09-24_172033.png 21.88KB
Comment #1
Posted on Nov 2, 2010 by Happy WombatHi Sandeep,
Did you find a solution for this? I am also getting this problem in IE.
Regards, Kiran.
Comment #2
Posted on Dec 16, 2010 by Happy HippoMy 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).
Comment #3
Posted on Dec 18, 2010 by Swift CamelWe just reverted back to 'browser mode' but I will try that solution out. Thanks!
Comment #4
Posted on Dec 29, 2010 by Grumpy ElephantThis issue was closed by revision r819.
Status: Fixed
Labels:
Type-Defect
Priority-Medium