[Webkit-unassigned] [Bug 81036] New: Incorrect step mismatch on number input for small steps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 14:30:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81036
Summary: Incorrect step mismatch on number input for small
steps
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: niklas.fiekas at googlemail.com
Created an attachment (id=131713)
--> (https://bugs.webkit.org/attachment.cgi?id=131713&action=review)
Example form
Try to submit the attached form.
Expected behaviour:
Form submits, because 3.9999999999997 / 10^-13 = 39999999999997.
The up/down controls change the value step by step.
Instead:
Form doesn't submit, because (incorrectly) a step mismatch is detected.
The up/down controls don't do anything.
--
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