Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a8
Issue ID
948061
Regression
No
Navigating to the End of an Input Field using the 'End' Key does not work as expected.
Navigating to the End of an Input Field using the 'End' key does not work as expected when the Input Field is at its maximum value.
Reproduction Steps:
1. Download attached project and open 'Controls' Scene
2. Copy and paste maximum length string into the Multi-Line Input Field. You can speed up this process by copy and pasting progressively larger and larger strings.
3. Navigate to the beginning of the field with the 'Home' Key on your keyboard.
4. Navigate to the end of the field with the 'End' Key on your keyboard.
5. Take note here of the large 'blank' gap.
6. Press the 'Up' or 'Left' Arrow keys on your Keyboard.
7. Note how the Text caret doesn't move with Left Key and skips all the way to the beginning of the Text Field with the Up Key.
Expected Result
Navigating with End and Arrow Keys should work in this situation
Actual Result
They don't
See attached .gif for visual demonstration
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment