[jQuery] Re: getting/setting height() in IE6 quirks mode behaves inconsistently

2008-09-18 Thread Enrique Meléndez Estrada
Please, publish that fix as a jQuery function...thnxs! ;-) El 17/09/2008 19:26, Matt Kruse escribió: In IE6, quirks mode, I expect this to not change their height of an object: var h = $obj.height(); $obj.height(h); However, it does cause a re-size (if the object has padding/borders). Is this

[jQuery] Re: getting/setting height() in IE6 quirks mode behaves inconsistently

2008-09-17 Thread Matt Kruse
True, but the whole purpose of a library like jQuery is to abstract such pains and make it "just work". IE6 is still a common browser (especially in corporate environments) and "quirks mode" pages are common. With all the work-arounds for special cases in other areas of jQuery, I think this should

[jQuery] Re: getting/setting height() in IE6 quirks mode behaves inconsistently

2008-09-17 Thread ricardobeat
There is a reason it's called "Quirks" mode :) On Sep 17, 2:26 pm, Matt Kruse <[EMAIL PROTECTED]> wrote: > In IE6, quirks mode, I expect this to not change their height of an > object: > > var h = $obj.height(); > $obj.height(h); > > However, it does cause a re-size (if the object has padding/bor