Bug 33102

Summary: pan-scroll does not work with elements with overflow
Product: WebKit Reporter: John A. Bilicki III <jab_creations>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: simon.fraser, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

John A. Bilicki III
Reported 2010-01-02 00:32:15 PST
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.
Attachments
Antonio Gomes
Comment 1 2013-09-20 07:26:54 PDT
There two was for autoscrolling: 1 - Start text selection with mouse, and drag the selection towards the scrollable block boundary. 2 - drag a draggable item (say a link or a selected text) towards the scrollable block boundary. Both are supported in WebKit, but Safari only enables the former. Which one are you talking about?
John A. Bilicki III
Comment 2 2013-09-23 01:38:27 PDT
Antonio, Auto-scroll works in Safari 5.1 and Chrome 29. It has nothing to do with drag-and-drop.
Antonio Gomes
Comment 3 2013-09-23 05:05:45 PDT
(In reply to comment #2) > Antonio, > > Auto-scroll works in Safari 5.1 and Chrome 29. It has nothing to do with drag-and-drop. Are you talking about pan-scrolling? (clicking with mouse middle button, and then scroll, a windows-only feature)
John A. Bilicki III
Comment 4 2013-09-23 05:08:57 PDT
This is autoscroll... http://imageshack.us/scaled/thumb/547/01dc.png I'm not sure what you're talking about as I don't use kitchen tools when browsing websites.
Note You need to log in before you can comment on or make changes to this bug.