[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 19 12:17:00 PDT 2009


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





--- Comment #4 from Daniel Bates <dbates at webkit.org>  2009-10-19 12:17:00 PDT ---
Created an attachment (id=41437)
 --> (https://bugs.webkit.org/attachment.cgi?id=41437)
Layout tests

Included in this patch are two layout tests, both without enclosing the
<isindex> tag within a <form> element:

1) isindex-with-no-form.html: A page with a standalone <isindex> tag.
Any submitted result will be submitted to the same page. This matches the
default behavior of Firefox.

2) isindex-with-no-form-base-href.html: A page with a <isindex> tag and <base>
tag.
The submitted result should be sent to the page
resources/isindex-with-no-form-base-href-submit.html for processing (as
indicated by the href property of the HTML Base element).

The tests work by using DRT's eventSender to send the simulate pressing the
return key on the keyboard.

Until we fix this bug, both tests time out under DRT.

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