[Webkit-unassigned] [Bug 9756] A form without a submit button unexpectedly performs its action when Return is pressed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 20:12:58 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |




--- Comment #11 from Alexey Proskuryakov <ap at webkit.org>  2010-04-16 20:12:57 PST ---
I don't think that the current HTML5 draft should influence our decision much.
Every other major browser engine behaves differently from WebKit, and we have
well founded complaints about WebKit behavior.

> * If this is the only text field in a form, submit the form
> * Otherwise, do not submit.

I agree that the single-input case is inconsistent, both internally and with
platform conventions. But WebKit is instead inconsistent with platform
conventions in the more common case of having more than one input. And as
explained by Edward above, the action of accidentally submitting an incomplete
form is a dangerous one, so we shouldn't make it too easy.

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