Bug 87381

Summary: Form controls in <fieldset disabled> should not be validated.
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: morrita, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch morrita: review+

Kent Tamura
Reported 2012-05-24 05:50:00 PDT
1. Open data:text/html,<style>:invalid { background-color:red;} </style><input required disabled><fieldset disabled><input required></fieldset> EXPECTED: the second text field should not be red. ACTUAL: the second text field is red.
Attachments
Patch (8.65 KB, patch)
2012-05-28 19:34 PDT, Kent Tamura
morrita: review+
Kent Tamura
Comment 1 2012-05-28 19:34:28 PDT
Kent Tamura
Comment 2 2012-05-28 21:08:56 PDT
Note You need to log in before you can comment on or make changes to this bug.