asvd / dragscroll

micro library for drag-n-drop scrolling style
http://asvd.github.io/dragscroll/
MIT License
1.09k stars 168 forks source link

Drag hangs after scrolling in IE 11 #39

Open anm12 opened 6 years ago

anm12 commented 6 years ago

When I use dragscroll in IE, take the scrollbar to scroll and release mousebutton afterwards, dragscroll is still active. This can be reproduces in the provided example http://asvd.github.io/dragscroll/:

The problem is, that mouseup-event is not been triggered in this case.

Do you have any suggestions to solve this problem?

Best regards,

Andi