ion.rangeSlider icon indicating copy to clipboard operation
ion.rangeSlider copied to clipboard

On keyboard tab, slider value changes

Open cscgrad opened this issue 7 years ago • 6 comments

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/

cscgrad avatar Oct 24 '18 18:10 cscgrad

Seems like a bug. Thanks for finding it.

IonDen avatar Oct 25 '18 09:10 IonDen

Any chance to solve this problem? It would be great if there is solution.

praveensingh1985 avatar Sep 05 '20 12:09 praveensingh1985

@IonDen this issue is raising on my PC too. Fix please...!

kiendo90 avatar Feb 02 '21 02:02 kiendo90

Hi, guys. I will rise priority of this bug and will try to fix it in upcoming days.

IonDen avatar Feb 02 '21 11:02 IonDen

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.

https://user-images.githubusercontent.com/90403412/132713243-36c664ce-e81d-4b30-a593-e8c0575294f3.mp4

raudner77 avatar Sep 09 '21 15:09 raudner77