eclipse-rap / org.eclipse.rap

Eclipse RAP Runtime (Remote Application Platform)
https://www.eclipse.org/rap/
Eclipse Public License 1.0
17 stars 19 forks source link

Issue 179 scrolling continues unexpectedly #180

Open hendeltom opened 5 months ago

hendeltom commented 5 months ago

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.

eclipse-rap-bot commented 5 months ago

Can one of the admins verify this patch?

mknauer commented 5 months ago

ok to test