ajam / pulp-press

A creator interface for the Pulp viewer.
http://ajam.github.io/pulp-press
MIT License
25 stars 4 forks source link

Hotspot loses drag when you go out of bounds #9

Open mhkeller opened 10 years ago

mhkeller commented 10 years ago

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.

mhkeller commented 10 years ago

A visual improvement could be a different cursor for when you're dragging.