[Webkit-unassigned] [Bug 41379] New: Enter Key Form submission from drop down menu element doesn't work in Safari 5.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 15:36:50 PDT 2010


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.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: patrick at patrickpatoray.com


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>

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