[Webkit-unassigned] [Bug 92029] New: Radio buttons don't receive focus event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 14:23:52 PDT 2012


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

           Summary: Radio buttons don't receive focus event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at nczonline.net


When a radio button is clicked on or tabbed to, Internet Explorer and Firefox fire the focus event. In WebKit, this event is not fired. You can see this behavior very easily via:

<input type="radio" onfocus="alert('focus')">

This behavior is exhibited in the latest versions of both Safari and Chrome.

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