[Webkit-unassigned] [Bug 53102] New: change event not emitted by radios updated with arrow keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 11:01:17 PST 2011


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

           Summary: change event not emitted by radios updated with arrow
                    keys
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://lucassmith.name/pub/browser_bugs/wk/change_vs_r
                    adio.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lsmith at lucassmith.name


The selected radio in a radio group can be updated using arrow keys to move selection between radios in the group.

Doing this, however, does not trigger a change event.  Change event appears only to be fired when clicking on a radio or its label.  This makes it difficult to code keyboard accessible interfaces.

Firefox 3.6+ and Opera 10.10+ emit change events in response to arrow initiated updates.  I didn't test IE or older versions of FF or Opera.

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