Bug 107961

Summary: Web Inspector: Override - disable form validation
Product: WebKit Reporter: Jake Archibald <jaffathecake>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Jake Archibald
Reported 2013-01-25 10:13:48 PST
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.
Attachments
Brian Burg
Comment 1 2014-12-12 13:29:22 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.