[Webkit-unassigned] [Bug 16212] New: REGRESSION: pressing space while focused on a checked radio input should not scroll container.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 13:36:35 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16212

           Summary: REGRESSION: pressing space while focused on a checked
                    radio input should not scroll container.
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bcarter at altec.org


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Safari v3 bug</title>

<!--

Safari v3.0.4 (523.12.9) Windows XP
Safari v3.0.4 (523.12) Mac OS X 10.4.11

Bug: REGRESSION:
pressing space while focused on a checked
radio input should not scroll container.

To reproduce:
Press TAB to focus radio input.
Select radio with SPACE.
Press SPACE again.

Expected:
Container should not scroll if checked
radio input is the event target. Focus
should not shift.

works as expected in Safari v2.0.4. and
current versions of Opera, Firefox, and IE.

-->

</head>
<body>
<div style="height:300px; overflow:auto">
<form action="">

        <fieldset style="margin-left:1em;border:0">
        <input type="radio" name="input-p1q1-1" />answer1<br />
        <input type="radio" name="input-p1q1-2" />answer2<br />
        <input type="radio" name="input-p1q1-3" />answer3<br />
        <input type="radio" name="input-p1q1-4" />answer4<br />
        </fieldset>

        <p style="height:300px"> </p>

</form>
</div>
</body>
</html>


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