The following patch fixes IE6 and still keeps the horizontal scroll in the smilies page for modern browsers
Bug tracker
Incorrect overflow axis in acp style (review later)
The following patch fixes IE6 and still keeps the horizontal scroll in the smilies page for modern browsers
Comments / History
EDIT: the main reason in the change is to help to identify what we are trying to achieve, which is to control the flow of the width in acp pages for low resolutions.
the behaviour from y to x doesent change too much, as its browser dependant (by what ive seen)
changing it to x removes the crazy vertical scrollbars for IE6, but IE6 still haves issues in the smilies page for low resolutions, hence my setting the overflow to visible for IE6 only, which renders the content readable again.
I take it you tested it with several browser - question answered now.
I take it you tested it with several browser
with what i have
FF 3.5
Opera 10
IE 6,7,8
same problem here http://www.phpbb.com/bugs/phpbb3/52075
this was also introduced in bug 45975, this patch just didn't fix it...