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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 20:04:47 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101690|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #4 from Kent Tamura <tkent at chromium.org>  2011-07-21 20:04:48 PST ---
(From update of attachment 101690)
View in context: https://bugs.webkit.org/attachment.cgi?id=101690&action=review

ok.

> Source/WebCore/html/HTMLInputElement.cpp:428
> +    const AtomicString& stepString = fastGetAttribute(stepAttr);
> +    if (!equalIgnoringCase(stepString, "any"))

nit: The variable 'stepString' is not needed.

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