[Webkit-unassigned] [Bug 24304] HItting the space bar to select a radio button causes the page to scroll down.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 17:54:19 PST 2009


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


mad at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #3 from mad at chromium.org  2009-03-02 17:54 PDT -------
Actually, I thought it could be there, but a comment says it shouldn't... for
some reason...

WebKit\WebCore\html\HTMLInputElement.cpp
HTMLInputElement::defaultEventHandler()
[...]
  case RADIO:
    setActive(true, true);
    // No setDefaultHandled() - IE dispatches a keypress in this case.
    return;

This code was added as part of:
http://trac.webkit.org/changeset/28620


-- 
Configure bugmail: https://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