[webkit-reviews] review granted: [Bug 30491] Pressing Enter in <isindex> doesn't submit it if there is no form : [Attachment 41918] Patch with test cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 17:43:13 PDT 2009


Darin Adler <darin at apple.com> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 30491: Pressing Enter in <isindex> doesn't submit it if there is no form
https://bugs.webkit.org/show_bug.cgi?id=30491

Attachment 41918: Patch with test cases
https://bugs.webkit.org/attachment.cgi?id=41918&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +    if (window.eventSender)
> +	   eventSender.keyDown(String.fromCharCode(0x0d));

I'm kind of sad that we had to use eventSender to test this. Wasn't there any
other way to do it?


More information about the webkit-reviews mailing list