-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
pointerdown and pointerup event are never sent #38435
Copy link
Copy link
Open
Copy link
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script threadA-inputA-servoshellC-has-manual-testcase
Description
To Reproduce:
<!DOCTYPE html>
<html>
<body>
<input type="button" value="sigh" onpointerdown="console.log('pointerdown')" onpointerup="console.log('pointerup')" onclick="console.log('click')">
<span onpointerdown="console.log('pointerdown')" onpointerup="console.log('pointerup')" onclick="console.log('click')">lol</span>
</body>
</html>Platform:
All.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script threadA-inputA-servoshellC-has-manual-testcase