-
Notifications
You must be signed in to change notification settings - Fork 109
Description
I have installed GRIP 1.0.0-rc4 on Windows 7 and am finding it very cumbersome to enter numbers in spinner controls. For example when I first add a resize operation to my pipeline, the fx and fy values default to 0. If I put my cursor to the right of one of those 0s and type .25 I end up with 0.025. I then have to move my cursor to the left of the 2 and delete the unwanted preceding 0. Also, if I try to delete the original 0 I get 0.0, making it difficult to change the original 0 to something like 100. In general, the spinner control seems to always want the number to have a decimal point that is always preceded and followed by at least one digit. This gets in the way of entering new values and editing existing values. And, the up/down arrows aren't much help when dealing with decimal numbers such as in a resize operation.
I'm sure you have higher priority issues to tackle the day before FRC kickoff, but please note this as a usability issue that should be addressed someday.