Bug 33102 - pan-scroll does not work with elements with overflow
Summary: pan-scroll does not work with elements with overflow
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-02 00:32 PST by John A. Bilicki III
Modified: 2013-09-23 05:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John A. Bilicki III 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.
Comment 1 Antonio Gomes 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?
Comment 2 John A. Bilicki III 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.
Comment 3 Antonio Gomes 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)
Comment 4 John A. Bilicki III 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.