0 Replies Latest reply on Aug 9, 2011 1:37 PM by makikaze

    rich:inputNumberSpinner with step=0.1

    makikaze

      Hi, I have problem with rich:inputNumberSpinner. When I use it like below:

       

      <rich:inputNumberSpinner value="0" step="0.1" minValue="0" />
      

       

       

      And increase the value I have following values:

      1. 0

      2. 0.1

      3. 0.2

      4. 0.30000000000000004

      5. 0.4

      6. 0.5

      7. 0.6

      8. 0.7

      9. 0.7999999999999999

      10. 0.8999999999999999

      11. 0.9999999999999999

      12. 1.9999999999999999

      13. 1.2

      14. 1.3

      ...

       

      Why is it happening?  It looks like bug.