Search Issue Tracker
Fixed in 5.2.0
Votes
1
Found in
4.6.1p1
Issue ID
656596
Regression
Yes
Last symbol is not displayed after deleting penultimate (second from the end) symbol and entering new symbol
To reproduce:
1. Open attached project
2. Open Sample scene
3. Press play
4. Set Input Caret between b and c
5. Press backspace
6. Enter any letter
7. Notice that c disappears
8. Press Left or Right arrow key
9. Notice that c appears
Comments (2)
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
- Crashes in the wild on Vulkan in CreateDepthSurfaceImpl
- Position and rotation of a GameObject with Rigidbody reset when it is enabled and moved in the same Update call and the frame rate is low
- “Ignoring depth surface store action as it is memoryless” warnings thrown when Capturing new Snapshot while in Play Mode
- Certain textures are not loaded when using the "Load texture data on demand" feature
- [Android][OpenGL] The 2DLight is disproportionately bright on some Android devices when OpenGLES3 is used
Bluedotsquare
Jul 17, 2015 16:25
This is a really fundamental and critical bug and still not fixed in 5.1.1f1. Causes a very bad user experience especially in my case where the user is entering coordinate values which are short and get this problem very frequently. Makes my application almost unuseable.
Antistone
Feb 24, 2015 00:36
Step 5 of the instructions is unnecessary--just positioning the caret immediately before the last character and typing a new character causes the last character to vanish.
Also occurs when pasting a string from clipboard if the pasted string ends at or after the previous end of the field contents.