Quantcast
Channel: Internet Explorer 8, 9, 10 Forum
Viewing all articles
Browse latest Browse all 1908

IE bug: open file dialog is blinking

$
0
0

Consider the following scenario:

  1. Open HTML page containing <input type="file"> UI element in IE by entering URL in the address bar and hitting Enter
  2. Right after the page is open, click Browse button provided by <input type="file"> UI element
  3. An open file dialog will be opened.
  4. Wait for some time (about 3-5 seconds) and you'll see that the dialog is blinking, like if it's being redrawn multiple times without using a buffer

Note that if you wait for about 5 seconds after hitting Enter in Step #1, you won't notice that bug - i.e. the dialog won't be blinking.

I can reproduce this bug in the following environments:

  • Russian IE9 v9.0.8112.16421 (update 9.0.12) in Russian Windows 7
  • English IE9 v9.0.8112.16421 (update 9.0.11) in English Windows Server 2008

It seems it's impossible to attach a file so I'll just paste HTML which can be used for testing:

<!DOCTYPE html>
<html>
    <head>
        <title>Test page</title>
    </head>
    <body>
        <input type="file" />
    </body>
</html>


Viewing all articles
Browse latest Browse all 1908

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>