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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
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.