[Webkit-unassigned] [Bug 14382] New: Enter key does not trigger onclick when focus on a button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 04:42:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14382

           Summary: Enter key does not trigger onclick when focus on a
                    button
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krudtaa at yahoo.com


Enter key does not trigger onclick when focus on a button

Example code below:
If I hit enter when focus is on the button in IE, Firefox, Opera then the
onclick is triggered.... not so with Safari 3.0.2 beta on windows.
As I told in another bug... accesskey does not work on Safari for windows
either.

Hope this is to be fixed to.

<button type="button" onclick="doSomething()" accesskey="D"
style="background-color:transparent; border:0px; cursor:pointer;">
<img src="sysimg/date.gif" border="0" title="Find from date" align="absmiddle">
</button>


-- 
Configure bugmail: http://bugs.webkit.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