google-code-export / simplemodal

Automatically exported from code.google.com/p/simplemodal
1 stars 1 forks source link

Cannot set height to auto #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SimpleModal or SimpleModal Contact Form (SMCF)? SM

Version of jQuery? 1.9.0

Browser/OS you are experiencing the problem with? Firefox/Fedora

The problem is minHeight actually sets the height CSS attribute of 
simplemodel-container, and it cannot be set to auto. Since simplemodel 
container makes a bad calculation of the the height of the content, i am forced 
to manually set the height to auto. This could be fixed by allowing heights and 
widths to be set to auto from the model() options (or simple to make 
simplemodel stay out of the way when calculating dimensions)

Original issue reported on code.google.com by hector1987@gmail.com on 14 Feb 2013 at 1:58