Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.1p2
Issue ID
762080
Regression
No
[UWP][WSA][WP81] Deleting text from input field throws ArgumentOutOfRange exception
Happens on UWP, WSA, WP 8.1 platforms, when using touchscreen keyboard. Reproducible on tablets and phones with touch screens.
Reproducible on 5.2, 5.3, 5.4 versions.
Repro steps:
1. Create a project with UI input field.
2. Build to UWP OR WSA OR WP 8.1.
3. Deploy project on touchscreen device.
4. With touch select the input field. Touchscreen keyboard appears on the screen. Type in some text and delete it with backspace key on touchscreen keyboard.
---
Error appears:
A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll
ArgumentOutOfRangeException: Index and count must refer to a location within the string.
Parameter name: count
at System.String.Remove(Int32 startIndex, Int32 count)
at UnityEngine.UI.InputField.Backspace()
at UnityEngine.UI.InputField.KeyPressed(Event evt)
at UnityEngine.UI.InputField.OnUpdateSelected(BaseEventData eventData)
at UnityEngine.EventSystems.ExecuteEvents.Execute(IUpdateSelectedHandler handler, BaseEventData eventData)
at UnityEngine.EventSystems.ExecuteEvents.Execute[T](GameObject target, BaseEventData eventData, EventFunction`1 functor)
(Filename: <Unknown> Line: 0)
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
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
- The property of a component becomes read-only when it is bound to "PropertyStreamHandle"
- Physics.Raycast does not work when used on the whole model
- Shader Graph changes the Position of Prefab instances in Play mode
Nguyen Dinh Loc
Jun 03, 2016 00:13
sorry, unknown the way to solve
Nguyen Dinh Loc
Jun 03, 2016 00:12
I also have this problem, but I known the way to solve them.