[Webkit-unassigned] [Bug 67015] REGRESSION(r93390): Invalid maxlength attribute causes input to allow no text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 00:45:36 PDT 2011


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





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2011-08-26 00:45:36 PST ---
(From update of attachment 105321)
View in context: https://bugs.webkit.org/attachment.cgi?id=105321&action=review

> Source/WebCore/html/HTMLInputElement.cpp:1925
> +    if (attribute->isNull() || !parseHTMLInteger(attribute->value(), maxLength))

I think attribute->isNull()|| 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