I’m having very strange problem with Internet Explorer 7 and 8. For example if I have on my page:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
after the head tag. Consequently, writing to textboxes is very difficult(its cursor blinking very fast and its text appears in 1-2 seconds) and also checkboxes, radiobuttons are also very difficult to choose. I changed it to:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
and issues were resolved. But another one was appeared: dropdowns are behaving very unpredictable, for example, if I choose an option from the options, and if I want to change it again, its menu popup getting closed so I’m able to choose that option after 3-4 attempts.
All of them are working fine on IE9’s IE7 and IE8 modes.
I’ve googled around, but I could not found anything. Maybe I couldn’t explain to the google what I’m wanting.
How can I solve this problem?
Answer to my own question is explained here: Internet Explorer 7,8 content type in meta tag .
Here is the link: http://www.youtube.com/watch?v=VKyK_MDRxZI (one minute length)