Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.
Resolution Note (2023.2.X):
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.