Bug 61154

Summary: Invisible text fields should not count in implicit form submission.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: New BugsAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Dimitri Glazkov (Google)
Reported 2011-05-19 16:17:08 PDT
Invisible text fields should not count in implicit form submission.
Attachments
Patch (3.84 KB, patch)
2011-05-19 16:18 PDT, Dimitri Glazkov (Google)
no flags
Dimitri Glazkov (Google)
Comment 1 2011-05-19 16:18:23 PDT
Dimitri Glazkov (Google)
Comment 2 2011-05-19 16:24:30 PDT
This is an illogical behavior and clearly a bug from user's perspective, but both FF nor IE do the same thing as we do.
Darin Adler
Comment 3 2011-05-19 19:10:25 PDT
Comment on attachment 94140 [details] Patch For future reference, note that the check here is for "display: none" form controls. There is a separate CSS concept "visibility: hidden". So if we did want to use this change we must not use the term “invisible” to mean “display: none”.
Note You need to log in before you can comment on or make changes to this bug.