[Webkit-unassigned] [Bug 30491] Pressing Enter in <isindex> doesn't submit it if there is no form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 22:40:25 PDT 2009


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41807|0                           |1
        is obsolete|                            |
  Attachment #41814|                            |review?
               Flag|                            |




--- Comment #8 from Daniel Bates <dbates at webkit.org>  2009-10-24 22:40:25 PDT ---
Created an attachment (id=41814)
 --> (https://bugs.webkit.org/attachment.cgi?id=41814)
Patch with test cases

Moved code into HTMLInputElement::defaultEventHandler so that we don't create a
form that is visible to the client. Hence, we conform to
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-87069980.

I am open to suggestions on the placement of this code. Also, let me know if
you have a better name for the variable myForm.

This patch passes all layout tests, on my Mac, as of r49810.

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