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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 18:48:41 PST 2010


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





--- Comment #19 from Dai Mikurube <dmikurube at google.com>  2010-11-16 18:48:41 PST ---
(In reply to comment #18)
They were results from renderer.

>From JavaScript API, it looks like not working for step-mismatched values.

In fast/forms/input-stepup-stepdown.html :

FAIL stepUp("1", "2", "") should be 3. Was 1.
PASS input.stepDown(); input.value is "1"
FAIL input.min = "0"; stepUp("9", "10", "", 9) should be 99. Threw exception Error: INVALID_MODIFICATION_ERR
FAIL stepDown("19", "10", "0") should be 9. Was 19.
FAIL stepUp("89", "10", "99") should be 99. Was 89.

I'll investigate a little more.

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