Search Issue Tracker
Duplicate
Votes
4
Found in
2021.2.0b6
2022.1
Issue ID
1356362
Regression
Yes
Input System detects PointerMove event after PointerDown events in WebGL builds
Reproduction steps:
1. Open the attached "BrowserInputBugRepro.zip" project
2. Load "SampleScene" in the Assets/Scenes folder
3. Enter Play Mode
4. Click anywhere in the Game View and observe the text
5. Exit Play mode and make sure the WebGL platform is selected in the Build Settings
6. Build and Run the project
7. Click anywhere in the build and observe the text
Expected result: PointerMove event after "PointerDown performed" and "PointerDown Cancelled" events is not detected. The Pointer coordinates after "PointerDown performed" are correct.
Actual result: PointerMove events after PointerDown events are detected. The coordinates after "PointerDown performed" are incorrect.
Reproducible with: 2021.2.0b6, 2021.2.0b7, 2022.1.0a5
Not reproducible with: 2020.3.16f1, 2021.1.17f1, 2021.2.0a17
Could not test with: 2019.4.29f1, 2021.2.0a18, 2021.2.0b5 (build fails)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Context menu actions (Collapse All, Expand All, Enable All, Disable All, Remove All, Reset All) do nothing in Volume component
- [Android] Audio volume decreases when returning to the app during screen recording
- Graphical issues are caused by GPU Occlusion Culling when using Amplify Shaders
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
This is a duplicate of issue #1347311