Bug 33102
Summary: | pan-scroll does not work with elements with overflow | ||
---|---|---|---|
Product: | WebKit | Reporter: | John A. Bilicki III <jab_creations> |
Component: | New Bugs | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
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
Antonio,
Auto-scroll works in Safari 5.1 and Chrome 29. It has nothing to do with drag-and-drop.
Antonio Gomes
(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
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.