Problems posting multi line responses with IE8
Posted: Fri Aug 07, 2009 8:10 pm
I was struggling with this issue for the last few posts I made. Basically there is a scrolling issue in ie8 when my replies exceed the text area, which causes me to not be able to see what I'm typing.
http://www.phpbb.com/bugs/phpbb3/ticket ... 05&start=8
The solution is to just run ie8 in compatibility mode, either for this site in particular, or all sites.
My nephew says adding this to the <head> html code would also help others, until IE8 fixes the issue:
http://www.phpbb.com/bugs/phpbb3/ticket ... 05&start=8
The solution is to just run ie8 in compatibility mode, either for this site in particular, or all sites.
My nephew says adding this to the <head> html code would also help others, until IE8 fixes the issue:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />