Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 179 scrolling continues unexpectedly #180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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