Bruno Fassino wrote:
> On Sat, Jan 2, 2010 at 3:30 PM, Alan Gresley <[email protected]> wrote:
(snip)
>> I still note that the old Opera 9 bug is still present. Opera 9.25~10.00
>> shows a problem when the bottom of the window is dragged down (reveals color
>> of HTML). The fix again, one must resize the viewport from a corner of the
>> window to cause re-flow.
> 
> 
> Yes, I see this, and the problem is still present in the 10.50
> preview, at least in Win XP:
> If the browser window is not full screen and you resize it just in the
> _vertical_ direction then Opera fails to "recompute" the
> min-height:100%; so either the HTML color shows up at the bottom when
> the window's height is increased or a v-scrollbar shows up when the
> window's height is reduced. The problem disappears if the windows is
> resized (even slightly) in the horizontal direction ore refreshed.
> The problem is also present in Opera 10/Mac even if here is a bit more
> difficult to reproduce it, being more difficult to resize a window
> just in the vertical direction (at least with the mouse, don't know if
> there is a keyboard way to do it).
> 
> 
> Bruno


Viewing Ingo's test case,

<http://satzansatz.de/op/minheight.html>

in IE8 XP/Win shows the same results as you have detailed above for 
Opera 10 and Opera 10.5 XP/Win. So much for IE8 being a CSS2.1 
supporting browser. I find the best fix for the resizing with min-height 
bug is this,

:root { overflow: auto; }

since no scrollbar is rendered. The resizing with min-height bug is not 
present in IE7. I think this is due to the scrollbar always being 
visible. Both bugs are not present in IE7 or IE8 here,

<http://css-class.com/test/zeta.htm>

which uses min-height with absolute positioning but the resizing with 
min-height bug is still present in Opera 9.25~10.00 XP/Win. Hovering the 
sticky footer (anywhere) causes re-flow and temporary fixes the bug in 
Opera until the it is triggered again when resizing the window.


-- 
Alan http://css-class.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to