You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editable Slider onChange event.target.value should print 0.56 after adding0.55999999999 on the NumberField
Actual behavior
Slider is printing 0.55999999999 instead of 0.56
Screenshots
What browsers are you seeing the problem in?
Firefox, Chrome, Safari, Microsoft Edge
How can we reproduce this issue?
Following are steps :-
Change min="0.25" to min="0.10"
In textbox , type 0.55999999999
In change i can see 0.55999999999 is getting logged instead of 0.56
Note: this bug is reproducible for few number like 0.55999999999 and NOT for 0.5999999999. And it is reproducible only for min value less than 0.11.
Code of conduct
Impacted component(s)
Slider
Expected behavior
Editable Slider onChange
event.target.value
should print 0.56 after adding0.55999999999
on the NumberFieldActual behavior
Slider is printing 0.55999999999 instead of 0.56
Screenshots
What browsers are you seeing the problem in?
Firefox, Chrome, Safari, Microsoft Edge
How can we reproduce this issue?
Following are steps :-
Change min="0.25" to min="0.10"
In textbox , type 0.55999999999
In change i can see 0.55999999999 is getting logged instead of 0.56
Note: this bug is reproducible for few number like 0.55999999999 and NOT for 0.5999999999. And it is reproducible only for min value less than 0.11.
JIRA bug: https://jira.corp.adobe.com/browse/CCEX-102612
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: