mx NumericStepper does not respect decimal stepSize
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
I may get to this, but don't consider it urgent (relative to other things I am doing at the moment) just entering it as an issue for now. If anyone else wants to tackle it... go for it.
Test case:
The above increments in single units only, not 0.5 steps as it does in Flex. it also fails to decrement (probably rounding up each time, I suspect, which is why increment works by decrement fails)
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with the mx:NumericStepper example using minimum="5", maximum="10", and stepSize="0.5". Start at the NumericStepper entry point and trace how decimal step values are handled; done means increments and decrements both follow 0.5 steps within the configured bounds.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100