Unity Issue Tracker - PointerDownEvent is not invoked when clicking a button
Closed
UUM-18844
PointerDownEvent is not invoked when clicking a button
Unity: UI Toolkit Framework
Won't Fix
2023.2.X
2023.1.X
2022.2.X
2022.1.X
2021.1.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
This version of unity has been deprecated, the fix for this ticket will be tracked in the 2021.3 port
How to reproduce:
1. Open the attached “UI Toolkit Bug Report” project
2. Enter Play Mode
3. Click on the “Click me!” button
4. Observe the Console
Expected result: "OnPointerDownEvent" LogError appears alongside “OnPointerUpEvent” and “OnClickEvent”
Actual result: "OnPointerDownEvent" LogError does not appear