[Webkit-unassigned] [Bug 33328] New: Radio buttons do not fire "onchange" when operated via the keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 10:11:09 PST 2010


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

           Summary: Radio buttons do not fire "onchange" when operated via
                    the keyboard
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://fluidproject.org/releases/1.1.2/demos/renderer/
                    demo.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: amb26webkit at ponder.org.uk


Navigate to the page in the URL, and press the "Render" button in the demo.
Then navigate to the radio buttons governing selection of "Wines" using TAB,
and use the arrow cursor keys to update the selection. No "onchange" event is
received for this control, as shown by the failure of the update in the
right-hand pane. Operate the radio buttons using the mouse - the "wineList:
choice:" entry will update indicating that onchange is received. This demo
works in every recent browser which is not based on WebKit of 528+ (IE
6+/Firefox 2+/Opera 9+). This has been tested on the latest Safari release on
Mac and Windows, as well as on the latest Webkit nightly (at time of writing,
r52746 of SVN). At the moment, the only workaround is to manually detect the
delivered event via "onkeyup". This issue is a significant impediment to
delivery of accessible applications on the WebKit platform.

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