jijo-paulose / gwtupload

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

IE7 FileInputType.ANCHOR rendering issues #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by sandeep....@gmail.com on 25 Sep 2010 at 3:39

Attachments:

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

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

Original comment by manuel.carrasco.m on 29 Dec 2010 at 10:25