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
When I use representative() to make an element draggable by just its child, the window jumps underneath the cursor such that the window’s top-left corner is under the cursor.
My original goal was to make a header drag an entire element; I’ve now accomplished this by listening for the dragdown event and canceling any drags that aren’t in the header. Example:
When I use
representative()
to make an element draggable by just its child, the window jumps underneath the cursor such that the window’s top-left corner is under the cursor.Demo: http://jsfiddle.net/eveLzaaw/2/
![representative bug](https://cloud.githubusercontent.com/assets/10070176/19134966/2dd0f348-8b16-11e6-976f-2187fe220ea0.gif)
The text was updated successfully, but these errors were encountered: