[Webkit-unassigned] [Bug 48976] New: stepUp/stepDown for values in step-mismatching state for input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 22:52:39 PDT 2010


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

           Summary: stepUp/stepDown for values in step-mismatching state
                    for input elements
           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


These are not described in the spec. But I wrote reasonably "Expected" behaviors below.
Opinions for these "Expected" behaviors are also welcome.

This bug was discussed at bug 48308. [https://bugs.webkit.org/show_bug.cgi?id=48308]


[Case A]
Steps to reproduce:
1. <input type="number" step="1" min="0" max="9.9" value="8.7" />
2. stepUp()

Expected:
9

Actually happens:
8.7 (no change)


[Case B]
Steps to reproduce:
1. <input type="number" step="1" min="0" max="10.9" value="8.7" /> 
2. stepUp()

Expected:
9

Actually happens:
10

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