You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
Just noticed that the placeholder's size is determined like this:
This causes trouble when using
box-sizing: border-box
, since$.width()
and$.height()
still operate in content-box mode.After quick testing, seems like using
parseFloat(dragging.el.css('height'))
works. This issue doesn't exist when using Zepto.jQuery fiddle: http://jsfiddle.net/VT5Yz/1/
Zepto fiddle: http://jsfiddle.net/VT5Yz/2/
The text was updated successfully, but these errors were encountered: