[Webkit-unassigned] [Bug 64733] Forms with display:none on the submit button do not get submitted on enter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 24 13:41:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64733





--- Comment #30 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-24 13:41:58 PST ---
Firefox 5 does implicit submission in the following conditions:
* One text field
* One text field with one visible submit button
* One text field with one display:none submit button
* Two text fields with one visible submit button
* Two text fields with one visibility:hidden submit button
* Two text fields with one display:none submit button

It does not do implicit submissio in the following conditions:

* Two text fields

In summary, Firefox special cases one text field (can have checkbox, hidden, etc...) like MSIE and requires a submit button with more than two text fields regardless of presence of visibility: hidden or display: none.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list