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.
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.