Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
2
Found in
5.6.0f3
Issue ID
905712
Regression
Yes
WebGL: Mouse gets stuck in state of GetMouseButton(0) always returning true in Chrome
To reproduce:
1.Open users attached project "Test_WebGL.zip"
2.Build in WebGL
3.Open on Google Chrome
4.Quickly double press left mouse button and drag it to one side quickly release and press left mouse button again and quickly drag it to the other side
5.Release the mouse button
Expected result: console shows mouse up debug log
Actual result: mouse button down is stuck and console throws debug log non stop
Reproduced on: 5.6.0f3 2017.1.0b2
Not reproduced on: 5.5.3p2
Does not reproduce on macOS Sierra 10.12.3 with Unity: 2017.1.1f1 2017.3.0a7.
Windows only.
Notes:Same results on Microsoft Edge. This does not happen on Mozilla Firefox. Chrome version:58.0.3029.81, Microsoft Edge version: 38.14393.1066.0.Bug happens only on web browser.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
ChubbyBobby
Sep 12, 2018 12:58
At the moment, in any WebGL game, on Chrome I am dragging the mouse outside the game area while keeping the left button down. While the cursor is outside the game area, the Unity player does not detect the release of the left mouse button; the game still thinks I am dragging the mouse.
ChubbyBobby
Sep 12, 2018 12:53
Please add this fix to LTS 2017 versions ASAP. Thank you!