[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:56:31 PDT 2011


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





--- Comment #31 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-24 13:56:30 PST ---
One correction. WebKit does not implicitly submit when there are two text fields without any submit buttons.

So WebKit matches IE quite well except:
* Two text fields with one visibility:hidden submit button

Basically IE treats visibility: hidden like display: none for the purpose of determining whether a submit button is visible or not. This seems reasonable given a user won't be able to see a submit button with visibility: hidden.

Alternatively we can change our behavior and match Firefox (and possibily Opeara).

Given the market share of Trident and WebKit combined, I'm more inclined to prefer the former option.

-- 
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