Bug 224302
Summary: | REGRESSION(r273733): [GTK] Mouse wheel scrolling scrolls too little | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | alex, bugs-noreply, clord, mcatanzaro, mrobinson, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=224686 https://bugs.webkit.org/show_bug.cgi?id=228572 |
Michael Catanzaro
Sometime between 2.32.0 and r275506, mouse wheel scrolling broke pretty badly. It still works, but scrolls only a tiny portion of the page, far less than it is supposed to scroll.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
I'm not quite done bisecting yet, but I think it's likely to be r273733 "Eliminate ScrollAnimatorGeneric::m_smoothAnimation"
Michael Catanzaro
OK, I've narrowed this down to r273733-273735, and I don't think it's 273734 or 273735. Probably some silly mistake hidden somewhere in r273733 "Eliminate ScrollAnimatorGeneric::m_smoothAnimation".
Michael Catanzaro
Let's do a revert until scrolling devs have more time to look into it.
*** This bug has been marked as a duplicate of bug 224686 ***