Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Wheel events don't latch to inner scrollable elements
https://bugs.webkit.org/show_bug.cgi?id=128225 Reviewed by Beth Dakin. * page/EventHandler.cpp: (WebCore::EventHandler::handleWheelEvent): Identify the case where we have hit the end of a scroll, and treat that as a valid 'handled' case. If the scroll event is just starting, treat end-of-scroll as unhandled so the parent element can handle things. * page/WheelEventDeltaTracker.h: (WebCore::WheelEventDeltaTracker::isFirstWheelEvent): Added. Canonical link: https://commits.webkit.org/146340@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@163558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
130d6c9
commit a3983df
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters