[Webkit-unassigned] [Bug 64858] New: input[type='number'] with step="any" suffers from step mismatch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 03:34:49 PDT 2011


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

           Summary: input[type='number'] with step="any" suffers from step
                    mismatch.
           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: shinyak at google.com


This bug is related to https://bugs.webkit.org/show_bug.cgi?id=57723

For this input:
<input min="0" max="100" step="any" value="1.5">
stepping up from renderer makes the value 3.0. I think this should be 2.5.
The input with step="any" should not suffer from step mismatch.

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