Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.1.0a1
2023.2.0a1
Issue ID
UUM-1143
Regression
No
[WebGL] Function key is triggered when pressing it, focusing on the build window, and pressing any other key
Reproduction steps:
1. Open the attached "1404852.zip" project
2. Open the "SampleScene" Scene
3. Build and Run the project on the WebGL platform
4. Open the Developer tools in the browser
5. Press the "F6" key
6. Left-click on the developer tools window, then left-click on the build window
7. Press any key
8. Observe the Console
Expected result: The "F6 is triggered" message isn't displayed
Actual result: The "F6 is triggered" message is displayed
Reproducible with: 2019.4.38f1, 2020.3.33f1, 2021.3.0f1, 2022.1.0f1, 2022.2.0a10
Reproducible with: Google Chrome, Firefox
Notes:
- The "F6 is triggered" message gets displayed every time when repeating the 6th and 7th steps
- Managed to reproduce with "F1", "F3", "F6" function keys on Google Chrome and with "F3", "F6" function keys on Firefox
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
- ":focus" style will not be shown when the UI element is unparented and reparented and the "Focus()" method is called without the "Blur()" method being called
- Crash on BucketAllocator::Allocate when importing TextMeshPro assets
- Playmode dropdown creates continuous "Layout update is struggling" errors at certain aspect ratios
- Editor takes a long time to open VFX Graph 'Subgraph' asset when it is heavily referenced by multiple other VFX Graphs
- "Editor Event Handler Error" error is thrown when using Terrain Tool shortcuts
Resolution Note:
On the web, the different browsers have specific functionality for the Function keys, and so our recommendation is that you consider using different keys for game input.