Bug 18189
Summary: | Acid2 scrolls when trying to mouse-select its content upwards | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tom <Termy58> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, ian |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
URL: | http://www.webstandards.org/files/acid2/test.html |
Tom
When you hold your mouse and go up, you slide up infinitely.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This might be expected behavior - at least, Opera does the same.
Alex Stapleton
Seems like this is a bug since certain scrolling methods like text selection and anchor links work on overflow: hidden documents (do anchor links scroll overflow:hidden elements within a document?) but "normal" ones like the mouse wheel and up/down arrows and page up and page down do not.
The intention of overflow:hidden seems to just be to hide scrollbars, not disable all scrolling functionality entirely.
Ryosuke Niwa
This bug is caused by 22769.
Alexey Proskuryakov
The newer bug has a bit more discussion in it, marking this one as duplicate.
*** This bug has been marked as a duplicate of 22769 ***