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
- “Client And Server” shown without spaces in Active Scenario window
- [Linux] Mouse cursor gets stuck at the edge of the screen when trying to pan in the Scene view
- Docked Multiplayer Play Mode window disappears when switching back to a saved Editor layout
- Audio files fail to be imported when the file path is 260 characters or longer
- Error SGICE002 is wrongly shown when more than one argument is passed into GetComponentRW()
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.