when scrolling inside a page, the mousedown event fires on pressing on the cursor, a corresponding mouseup event is never fired though
Created attachment 58844 [details] test case (same as url)
Created attachment 63022 [details] mouseup is not fired on a scroll
Any progress on this one? This causes a bug when implementing drag and drop - mouse up is never fired so dragging breaks when starting dragging on a scroll. Even document mouseup is not fired so it can't be stopped. Any workarounds for this until it's fixed?