You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/06/12 04:35:44 UTC

[GitHub] [royale-asjs] greg-dove opened a new issue #858: mx NumericStepper does not respect decimal stepSize

greg-dove opened a new issue #858:
URL: https://github.com/apache/royale-asjs/issues/858


   
   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:
   <mx:NumericStepper minimum="5" maximum="10" stepSize="0.5"/>
   
   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)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org