-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Slider fails with big values #2145
Comments
This should be fixed in recent PrimeNG release, please try with it and if the issue persists drop a comment with along with a test case based on plunkr below and we'll review again. |
It can be reproduced with the plunker below: |
This should not be closed! It is still an issue! Please reopen and fix! |
Same here... the faster you go - the more async it becomes with cursor. |
This is the hack I had to write to fix this:
There are probably opportunities for cleanup here, but I was going fast... hope it helps you. Let me know if you see something I can do better here, especially the setTimeout hack |
Actually, this seems like a duplicate of: #3556 |
@cagataycivici Here's my feedback on 4.2.2 : It works 👍 |
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
http://plnkr.co/edit/CXRMVxB6gGMtdPCtY5D6
Current behavior
When slider is configured with step & min / max, value does not follow cursor/ Instead, it drags behind...
Expected behavior
Slider should follow mouse position at all time.
Minimal reproduction of the problem with instructions
See plunker above
What is the motivation / use case for changing the behavior?
Poor user experience; slider with steps is not working well...
Please tell us about your environment:
Linux
3.10
2.0.0
Chrome
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: