Bug 299551
| Summary: | [ safaridriver ] dblclick not being issued | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Franco Vieira de Souza <franco_vieira> |
| Component: | WebDriver | Assignee: | Franco Vieira de Souza <franco_vieira> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, bburg, rreno, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac (Apple Silicon) | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=300456 | ||
| Bug Depends on: | 300456 | ||
| Bug Blocks: | |||
Franco Vieira de Souza
Safaridriver does not issue a `dblclick` event when running the following sequence: (in the WPT test `event-timing/dblclick.html`)
```
actions.pointerMove(0, 0, {origin: target}) // target is just some div
.pointerDown()
.pointerUp()
.pointerDown()
.pointerUp()
// Reset by clicking outside of the target.
.pointerMove(0, 0)
.pointerDown()
```
This test passes when running on WKTR.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Reno
rdar://problem/161399867
Franco Vieira de Souza
Pull request: https://github.com/WebKit/WebKit/pull/51481
EWS
Committed 300900@main (5e03e11ba5bc): <https://commits.webkit.org/300900@main>
Reviewed commits have been landed. Closing PR #51481 and removing active labels.
Franco Vieira de Souza
Reopened Bugzilla.
REGRESSION(300900@main): dblclick tests regressed, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=300456.
Franco Vieira de Souza
Pull request: https://github.com/WebKit/WebKit/pull/52327
EWS
Committed 301726@main (2f785577a336): <https://commits.webkit.org/301726@main>
Reviewed commits have been landed. Closing PR #52327 and removing active labels.