socallinuxexpo / web-control-interface

Volunteer web-control interfaces for ScaleAV 18x.
5 stars 0 forks source link

mouseup not being detected #28

Closed jbermudes closed 7 years ago

jbermudes commented 8 years ago

If the mouse cursor leaves the element before mouseup, mouseup will never fire on that element.

Possible solutions:

  1. Bind to the document mouseup
  2. Bind stop to mouseleave and focuslost
LeStarch commented 7 years ago

Fixed. Now everything is stepped and not mousedown mouseup.