[Webkit-unassigned] [Bug 24304] New: 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 16:01:46 PST 2009


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

           Summary: HItting the space bar to select a radio button causes
                    the page to scroll down.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mad at chromium.org
                CC: mad at chromium.org


This bug was introduced by http://trac.webkit.org/changeset/39864.

The following form helps expose the problem which occurs when you set the focus
to the radio button and hit the space bar on your keyboard. The page scrolls...
and it shouldn't... right?

<form action="http://www.example.com/" method="post">
<input type="text" name="one" />
<input type="radio" name="two" />
<div style="height:5000px;"> </div>
<input type="submit" />
</form>


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