Skip to content

Conversation

@hendeltom
Copy link

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.

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
Copy link

Can one of the admins verify this patch?

@mknauer
Copy link
Contributor

mknauer commented Mar 20, 2024

ok to test

@mknauer mknauer requested a review from ifurnadjiev March 20, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants