How to reproduce:
1. Open the “InputTypeBug.zip“ project
2. Build and run the project for WebGL on a touchscreen device
3. Touch on the Input Field
4. Observe the Web Build
Actual result: An error in the Web Console and an Alert message are thrown
Expected result: No error is thrown, and the Input Field is focused on
Reproducible in: 2023.1.0a19, 6000.0.70f1, 6000.3.11f1, 6000.4.0b12, 6000.5.0a8
Could not test in: 2023.1.0a1 (Unable to install the WebGL module)
Reproduced on: Windows 11 Pro (25H2) (touchscreen)
Not reproduced on: No other environment tested
Notes:
- First part of the error reads: “Uncaught InvalidStateError: Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type"
- The issue is reproducible only on Web builds and touchscreen devices
- Reproducible on multiple Web browsers (Chrome, Edge, Firefox)