[Webkit-unassigned] [Bug 107961] New: Web Inspector: Override - disable form validation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 10:11:54 PST 2013


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

           Summary: Web Inspector: Override - disable form validation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jaffathecake at gmail.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Attributes such as 'required' & 'pattern' are a fast path to client-side form validation, but they're obviously and explicitly not a replacement for server validation.

To test server validation, I have to go through my form and remove all the validation attributes so I can submit incorrect data. It would be easier if we had a way to disable this form of validation in the inspector.

With javascript-driven client-side validation, the "Disable JavaScript" feature handles this nicely.

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