Open
Bug 1513769
Opened 6 years ago
Updated 2 years ago
[wpt-sync] Sync PR 14488 - Support multiple mouse pointers inputs
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14488 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14488
Details from upstream follow.
Lan Wei <lanwei@chromium.org> wrote:
> Support multiple mouse pointers inputs
>
> In order to support multiple mouse pointers, we need to save all the
> mouse actions into a two dimensional arrays, and combine them into a
> single array with the correct order to dispatch the events. We should
> dispatch events by the order of ticks, all the events in the same tick
> should be dispatched together.
>
> Bug: chromedriver:1897
> Change-Id: If13c98285faa19286f6ca3a919a0f8ac46c91c73
>
> Reviewed-on: https://chromium-review.googlesource.com/1374113
> WPT-Export-Revision: 9506f1ad6f90dae0de845a35f3a78b8a349792e0
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Comment 1•6 years ago
|
||
PR 14488 applied with additional changes from upstream: b3a21df2ea2e3703bec60893a1fd3837c4a58fb8
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 2•6 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•