[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
Mon Oct 26 17:33:23 PDT 2009


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


Daniel Bates <dbates at webkit.org> changed:

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




--- Comment #14 from Daniel Bates <dbates at webkit.org>  2009-10-26 17:33:23 PDT ---
Created an attachment (id=41918)
 --> (https://bugs.webkit.org/attachment.cgi?id=41918)
Patch with test cases

Updated patch based on Darin's suggestions.

I decided to define a no-argument method called
HTMLInputElement::createTemporaryFormForIsIndex as opposed to something more
generalized (like createTemporaryForm as Darin suggested) because only the
<isindex> element needs to create a temporary form and this form must always
register the form element we are in (i.e. this) plus possibly use the base href
URL as the form action (which is very <isindex>-specific functionality).

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