Bug 246067
Summary: | MouseEventInit should take movementX and movementY | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, joe, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 246253 | ||
Bug Blocks: |
Ryosuke Niwa
We're failing one of the tests in the following test
because we don't support movementX and movementY in MouseEventInit dictionary:
LayoutTests/imported/w3c/web-platform-tests/pointerlock/constructor.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/5015
EWS
Committed 255309@main (5af403b8e2fc): <https://commits.webkit.org/255309@main>
Reviewed commits have been landed. Closing PR #5015 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/100926456>
WebKit Commit Bot
Re-opened since this is blocked by bug 246253
Alexey Proskuryakov
Reverted in 255320@main, as this broke Apple internal builds.
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/5169
EWS
Committed 255328@main (a68933526b8c): <https://commits.webkit.org/255328@main>
Reviewed commits have been landed. Closing PR #5169 and removing active labels.
Karl Dubost
*** Bug 248119 has been marked as a duplicate of this bug. ***