[Webkit-unassigned] [Bug 48308] New: Too precise serialization from floating point number to string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 23:23:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48308

           Summary: Too precise serialization from floating point number
                    to string
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmikurube at google.com


Steps to reproduce:
1. use following input <input type="number" step="0.005" min="4" value="5.005" />
2. stepUp(2) (by clicking the upper button or in another way)
3. check the value

Expected:
5.015

Actually happens:
5.015000000000001

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list