From Andrew Marcus:
I just upgraded to version 1.3 and discovered that the modal container was
always sizing incorrectly. You calculate the size of the wrapper using
width() and height(), but this fails to take into account the padding or
margins.
You should be using outerWidth(true) and outerHeight(true) instead. When
I made this change, it worked beautifully!
Original issue reported on code.google.com by emartin24 on 8 Oct 2009 at 4:35
Original issue reported on code.google.com by
emartin24
on 8 Oct 2009 at 4:35