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
This might be a problem / feature of jQuery UI's resizable ability. If you are dragging a corner of a hotspot and you go outside the page, mouseup, and then drag back into the page bounds, it still thinks you're on mousedown.
Proper behavior is it should keep listening for that mouseup regardless of where the mouse is.
The text was updated successfully, but these errors were encountered:
This might be a problem / feature of jQuery UI's resizable ability. If you are dragging a corner of a hotspot and you go outside the page, mouseup, and then drag back into the page bounds, it still thinks you're on mousedown.
Proper behavior is it should keep listening for that mouseup regardless of where the mouse is.
The text was updated successfully, but these errors were encountered: