Bug 249202
| Summary: | WheelEventTestMonitor needs to work with UI-side scrolling | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Scrolling | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
Tests using eventSender.monitorWheelEvents() need to work with UI-side scrolling. Currently WheelEventTestMonitor doesn't get any information about UI-process scrolls, so many tests time out.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103283228>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/7559
Simon Fraser (smfr)
Decided on a different approach here.