[Webkit-unassigned] [Bug 39532] REGRESSION: Enter does not trigger submit of forms when focus is on elements any more

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 23 02:59:18 PDT 2010


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





--- Comment #5 from Martin Häcker <spamfaenger at gmx.de>  2010-05-23 02:59:18 PST ---
I've added a second reduction - this time with more js (sorry about that). To see the problem:

1. click 'Yeehaw'
2. Choose a value from the popup
3. while the focus is still on the popup, press enter and

4. see that the form does not trigger the js submit handler that is attached.

This is the breakage that got introduced into my app - luckily my testsuite captured it early. My workaround for now is to attach a js key-handler to the select field that listens to the enter key. (Not nice, but good enough for our users for now).

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