[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:43:14 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41918|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #15 from Darin Adler <darin at apple.com>  2009-10-26 17:43:13 PDT ---
(From update of attachment 41918)
> +    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?

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