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
On the event onRangeRelease,onRangeChange, when I set startIndex or endIndex in the ui for the following values: It receives it as the value - 1:
16, 17, 19, 20, 23, 24, 25, 28, those bad indices can change depending on max index. I think it's because the physical distance in the graphic is too small. The thing is the ui shows the selection correctly so I think it's an easy fix.
The maximum working max value is 30. Any max set to above 30 causes this bug.
The text was updated successfully, but these errors were encountered:
ronenfe
changed the title
How do I put this widget in my app?
onRangeRelease startIndex has the wrong values for certain indices
May 8, 2022
ronenfe
changed the title
onRangeRelease startIndex has the wrong values for certain indices
startIndex and endIndex have the wrong values for certain indices
May 8, 2022
ronenfe
changed the title
startIndex and endIndex have the wrong values for certain indices
startIndex and endIndex have the wrong values for certain indices when max index is too high
May 8, 2022
I have a CircularRangeSlider with max set to 31.
On the event onRangeRelease,onRangeChange, when I set startIndex or endIndex in the ui for the following values: It receives it as the value - 1:
16, 17, 19, 20, 23, 24, 25, 28, those bad indices can change depending on max index. I think it's because the physical distance in the graphic is too small. The thing is the ui shows the selection correctly so I think it's an easy fix.
The maximum working max value is 30. Any max set to above 30 causes this bug.
The text was updated successfully, but these errors were encountered: