Clicking on the Rotate or Move field and typing .25
the cursor jumps ahead of the 2 making it input:
.52:
The cursor jumps to the front of the 2, instead of being pushed at the end of it.
Requires a decimal with no zero before it
ex: Type: .25 → Result: .52
2.5 → 2.5
0.25 → 0.25
Expected behavior
Cursor should always append numeric insertion