[Webkit-unassigned] [Bug 7110] New: If multiple input elements have the same access key on a page the last is selected instead of the first.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 6 12:53:44 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7110

           Summary: If multiple input elements have the same access key on a
                    page the last is selected instead of the first.
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: HTML Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: troyb at omnigroup.com


This is a change of behavior from the current release which selects the first
input element on the page. 

Using WebKit-SVN-r12596 with the example below. the second element is selected
when hitting control-s. the expected behavior is to have the first selected
(which is what i see in the installed 10.4.4 WebKit).

<body>

<form action="accesskey.html">
hit control-s
<input accesskey="s" type="submit" value="1" />
<input accesskey="s" type="submit" value="2" />

</form>

</body>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list