org.eclipse.rap icon indicating copy to clipboard operation
org.eclipse.rap copied to clipboard

Issue 179 scrolling continues unexpectedly

Open hendeltom opened this issue 1 year ago • 2 comments

Issue 179

added a check to AbstractSlider._onThumbMouseMove() whether the main mouse button is still pressed; if that is not the case then the scrolling operation is stopped. for this, the DOM event must be checked because MouseEvent.isLeftButtonPressed() does not work for mousemove.

hendeltom avatar Mar 20 '24 13:03 hendeltom

Can one of the admins verify this patch?

eclipse-rap-bot avatar Mar 20 '24 13:03 eclipse-rap-bot

ok to test

mknauer avatar Mar 20 '24 14:03 mknauer