mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

fixHeight does not exclude hidden elements #14

Open StateBarofArizona opened 11 years ago

StateBarofArizona commented 11 years ago

Using the fixHeight method causes all child elements height to be calculated when instead it should only look at visible children.

hmleal commented 11 years ago

I sent a pull request for this