RESOLVED DUPLICATE of bug 39532 41379
Enter Key Form submission from drop down menu element doesn't work in Safari 5.
https://bugs.webkit.org/show_bug.cgi?id=41379
Summary Enter Key Form submission from drop down menu element doesn't work in Safari 5.
patrick
Reported 2010-06-29 15:36:50 PDT
09-Jun-2010 12:03 PM Patrick Patoray: Summary: Form submission from drop down menu element doesn't work in Safari 5. Steps to Reproduce: 1. Ensure that "Enable access for assistive devices" is enabled in Universal Access System Preferences. 2. Ensure that the Full Keyboard Access settings are set to to "All Controls" in Keyboard System Preferences, and not "Text boxes and lists only". 3. Open a form in Safari 5 with both a drop down element and a submit button. Expected Results: I should be able to tab to the drop down menu, and then press enter to submit the form Actual Results: Tab to drop down menu works, enter does not submit the form Regression: I have tested in 10.5 and in 10.6, with both PowerPC and Intel Macs. This worked in Safari 4, and doesn't work in Safari 5. Notes: Here is an example form: <form action="http://www.apple.com" method="post" name="FormName"> <select name="test" size="1"> <option value="a">a</option> <option value="b">b</option> <option value="c">c</option> </select> <input type="submit" value="Save Changes"> </form>
Attachments
Alexey Proskuryakov
Comment 1 2010-06-29 21:53:16 PDT
*** This bug has been marked as a duplicate of bug 39532 ***
janin
Comment 2 2017-02-02 00:06:14 PST Comment hidden (spam)
publiwebmaxter
Comment 3 2017-08-09 13:36:50 PDT Comment hidden (spam)
Darren Binghy
Comment 5 2025-02-17 16:27:16 PST Comment hidden (spam)
Note You need to log in before you can comment on or make changes to this bug.