getodk / collect

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨
https://docs.getodk.org/collect-intro
Other
718 stars 1.38k forks source link

Decimal range slider can show unexpected decimals #6424

Open lognaturel opened 1 month ago

lognaturel commented 1 month ago

From https://forum.getodk.org/t/odk-collect-v2024-3-beta-offline-entities-counter-map-scale/49420/12?u=ln:

Ah, computers!! 🥰

lognaturel commented 1 month ago

@getodk/testers it would be helpful to see whether this is a change from prior versions

dbemke commented 1 month ago

I reproduced the range widget with step =0.1. and the issue occurs also in v2024.2.4. I tried also v2023.2.0 and the issue occurs. If in range widget step = 0.5, it works as expected.

lognaturel commented 1 month ago

Thanks @dbemke! Looks like it's a floating point precision issue. We should fix it but it doesn't feel urgent.