-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Incorrect progress position - Range component #10150
Comments
I'm unable to reproduce in my test. Can you provide a more complete example? A plunkr that reproduces the issue will help to. There is link in the original issue template that you should provide. |
Here's the example. <ion-range min="0" max="5" debounce="500">
</ion-range> If the min-max range of range component is too small, dragging the knob will cause the knob and progress in the wrong position. |
Thanks for the plunker! This is probably related to: #6812 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[X] 2.x
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
If the range is small then
or
Expected behavior:
The progress should be followed with knob
Related code:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: