Open
Bug 1302034
Opened 8 years ago
Updated 2 years ago
[Pointer Events] Remove `synthesizePointer()` in EventUtils.js entirely
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: bhsu, Unassigned)
References
Details
Testcases for Pointer Events are the major callers of this function. However, as what we mentioned in Bug 1299199, we now are forbidding directly synthesizing Widget Pointer Events to Gecko, we should try to remove the related code entirely. Bug 1299199 removes it from mochitest_support_external.js, which is only used by testcases for Pointer Events. In this issue, we are investigating all the rest callers of `synthesizePointer()` in EventUtils,js, and then decide whether or how to modify the current code in EventUtils.js.
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Summary: [Pointer Events] Remove `synthesizePointer()` in EventUtils,js entirely → [Pointer Events] Remove `synthesizePointer()` in EventUtils.js entirely
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•