[jquery-dev] Re: problem with toggle(), :hidden and :visible in 1.3.2

2009-03-31 Thread John Resig
Well, if #more doesn't have a height or width (for example, only contains floated elements and no actual content) then it won't matter. One solution is to make sure that the element has an overflow: auto; Regardless, I'll make a note of this and see if there's anything that we can't do for 1.3.3.

[jquery-dev] Re: problem with toggle(), :hidden and :visible in 1.3.2

2009-03-31 Thread Jakub Suder
On 31 Mar, 15:40, John Resig wrote: > We've made some changes to the logic in the nightlies - does the > change help your case?http://code.jquery.com/nightlies/jquery-2009-03-26.js No, it doesn't. I'm not sure why but the offsetWidth and offsetHeight values for the #more element are always 0, ev

[jquery-dev] Re: problem with toggle(), :hidden and :visible in 1.3.2

2009-03-31 Thread John Resig
We've made some changes to the logic in the nightlies - does the change help your case? http://code.jquery.com/nightlies/jquery-2009-03-26.js --John On Tue, Mar 31, 2009 at 8:42 AM, Jakub Suder wrote: > > Hi, > > In my project, I have a box whose contents are partially hidden, and > the botto