calculation of newHeight based on minHeight in IE and FF
Closed this issue · 0 comments
Arney commented
options.minHeight is interpreted as a string in IE and FF
resulting in incorrect newHeight.
newHeight = options.minHeight + options.heightOffset;