Closed GoogleCodeExporter closed 9 years ago
The fix above in incomplete and only works when the user sets a maxDropHeight.
In the
default case (which I didn't notice before) where it's set to null, the code
below is
a better fix:
var dropHeight = (options.maxDropHeight && (dropCalculatedSize.height >
options.maxDropHeight)) ? parseInt(options.maxDropHeight) :
dropCalculatedSize.height;
Thanks
Original comment by fsmi...@gmail.com
on 8 Mar 2010 at 2:41
Thank you, I will include the fix in the next version.
Original comment by adrian.tosca
on 8 Mar 2010 at 7:41
Fix for this issue has been tested and will be included in version 1.1
Original comment by womohun...@ittrium.com
on 14 Sep 2010 at 8:16
Issue addressed with version 1.1. Please let me know if you have any problems.
Original comment by womohun...@ittrium.com
on 23 Sep 2010 at 3:35
Original issue reported on code.google.com by
fsmi...@gmail.com
on 5 Mar 2010 at 7:59