[Webkit-unassigned] [Bug 33102] New: Mouse autoscroll does not work with elements with overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 2 00:32:16 PST 2010


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

           Summary: Mouse autoscroll does not work with elements with
                    overflow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jab_creations at yahoo.com


The mouse autoscroll feature does not work with elements with overflow.

Just a basic example of an element with overflow...

<style type="text/css">
#example {height: 60px; overflow: auto; width: 300px;}
p {height: 70px;}
</style>

<div id="example">
<p>stuff</p>
<p>stuff</p>
<p>stuff</p>
</div>

I am using Safari 4.0.4 on 32 bit XP.

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