Bug 249613
| Summary: | [UI-side compositing] Wheel events sent to the web process need to sometimes trigger scrolling | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Scrolling | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
If a wheel event hits the non-fast-scrollable area, then we need to send the events with the correct "processing steps" to the web process so we know whether to run the scrolling logic.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103534392>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/7883
EWS
Committed 258145@main (815e52db702d): <https://commits.webkit.org/258145@main>
Reviewed commits have been landed. Closing PR #7883 and removing active labels.
Fujii Hironori
Bug 249687 – [WinCairo] REGRESSION(258145@main) wheel events can't scroll the page