Open cscgrad opened 6 years ago
Seems like a bug. Thanks for finding it.
Any chance to solve this problem? It would be great if there is solution.
@IonDen this issue is raising on my PC too. Fix please...!
Hi, guys. I will rise priority of this bug and will try to fix it in upcoming days.
Whats the status of this bug? Is it solved yet? I have a dialog for making a reservation where you can add a quantity/trays (with input or the slider) and a price. The quantity sets automatically the value of the slider and the trays, if I change the slider value it will be set to the trays/quantity. This works fine. When I change the price and press tab, the slider will be focused and sets a random value to my quantity, because the onChange Event is fired. Why is the data.from value set to 9 when the slider is focused?! I will attach a video.
Same issue here when tabbing from an input to the slider.
When removing this line of code, it is working fine. However onChange is not triggered then, leading to followup issues.
It is possible to have a fix for that @IonDen?
When tabbing to a slider, if the "step" is 0.1, and "from" is a fraction (e.g. 2.9) and the slider width is <= 325px, the value changes to 3.0
Please see the following: http://jsfiddle.net/wsk7y08a/59/