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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.