Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

number fields in RIVET GUI #120

Closed
delooper opened this issue Jun 7, 2018 · 1 comment
Closed

number fields in RIVET GUI #120

delooper opened this issue Jun 7, 2018 · 1 comment

Comments

@delooper
Copy link

delooper commented Jun 7, 2018

This is more of an ease-of-use issue than a bug.

In the number fields in the GUI, say I have 1.2345 in the "Bottom" entry (or any number field) and I use backspace to erase the digit 3. The field is then (correctly) auto-updated to 1.2450, but you can't then replace the 3 as the field is fixed-width and the insertion is forbidden.

But if you delete the last digit 5, the field is updated (also correctly) to 1.234, and then you can insert a new numeral at the end.

If you use the up/down button this peculiarity can be avoided, but if you want to enter the numbers with the keypad, the behaviour is non-intuitive.

I imagine this is a Qt issue so it probably behaves the same on all machines. I'm using Ubuntu 18.04, in case it matters.

@mlesnick
Copy link
Contributor

mlesnick commented Jul 6, 2018

Simon has addressed this; see commit b9a2c35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants