[Webkit-unassigned] [Bug 48308] Too precise serialization from floating point number to string for "number" input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 22:41:33 PST 2010


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





--- Comment #42 from Dai Mikurube <dmikurube at google.com>  2010-11-08 22:41:32 PST ---
(In reply to comment #41)
Hmm, it passed the test in my environment on Snow Leopard as follows:
Rounding
PASS input.min="4"; stepUp("5.005", "0.005", "", 2) is "5.015"
PASS input.min="4"; stepUp("5.005", "0.005", "", 11) is "5.06"
PASS input.min="4"; stepUp("5.005", "0.005", "", 12) is "5.065"


And #41 looks like a merge failure. I'll submit another patch.

-- 
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