Search Issue Tracker
Fixed
Fixed in 6000.0.13f1
Votes
0
Found in
6000.0.2f1
Issue ID
UUM-71733
Regression
Yes
"Ctrl+C" and "Ctrl+V" keyboard inputs are not registered in Player when the build platform is WebGL
How to reproduce:
1. Open the “WebGl_input“ project
2. Select File → Build and Run
3. In Player, press “Ctrl+V“ and “Ctrl+C“
4. Repeat step 3 around 10 times
5. Observe the Text Field in the Player
Expected result: All inputs are recorded
Actual result: Some inputs do not get recorded
Reproducible with: 2023.3.0a11, 6000.0.2f1
Not reproducible with: 2021.3.38f1, 2022.3.29f1, 2023.3.0a10
Reproducible on: Windows 10, macOS 14.4.1
Not reproducible on: No other environment tested
Note: Only reproducible in WebGL Player
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 6000.0.13f1):
Fixed a bug where the key state of the 'v' key could sometimes remain active even after released when pasting from the clipboard.