RESOLVED INVALID61154
Invisible text fields should not count in implicit form submission.
https://bugs.webkit.org/show_bug.cgi?id=61154
Summary Invisible text fields should not count in implicit form submission.
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.