[Webkit-unassigned] [Bug 50617] New: ValidityState's exposed functions should check if willValidate() is true before all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 00:36:03 PST 2010


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

           Summary: ValidityState's exposed functions should check if
                    willValidate() is true before all
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmikurube at google.com


ValidityState's exposed functions (e.g. typeMismatch(), patternMismatch(), ...) should check if willValidate() is true before all.
If willValidate() is false, these functions should return false and it should not call any sub functions (e.g. HTMLInputElement::patternMismatch()).

This bug was discussed at the bug 50380.

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