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

Scale value does not update if you click in the box beforehand #919

Closed
Sparrows413 opened this issue Apr 4, 2022 · 4 comments
Closed

Scale value does not update if you click in the box beforehand #919

Sparrows413 opened this issue Apr 4, 2022 · 4 comments
Labels
Bug Something isn't working Usability

Comments

@Sparrows413
Copy link

Describe the bug
If you're trying to use the scrollwheel to adjust scale up/down, it will still work, but the number itself will not change if you clicked in the box beforehand. Clicking outside of the box causes the value to update. If you scrollwheel without clicking into the box, the value updates as normal.

To Reproduce
Steps to reproduce the behaviour:

  1. Enter GPose, switch to posing mode with scale enabled
  2. Click inside the box with '1.0' inside it with any bone selected
  3. Use the scrollwheel to adjust the scale
  4. Number does not update, but the scale still changes ingame

Expected behaviour
For the number to represent the current scale value of the bone.

@Sparrows413
Copy link
Author

Update: Issue appears to happen with any numerical value, not just scale.

@Yuki-Codes Yuki-Codes added Bug Something isn't working Usability labels Apr 8, 2022
@Yuki-Codes
Copy link
Contributor

hmm, we don't want the text to change while the user is typing into it, but if the value is changing because of the scrollwheel or arrow keys it should be fine to reset the caret position and update the text.

@Yuki-Codes
Copy link
Contributor

actually, we need to check if this was affected by XIV-Tools/XivToolsWpf@2116d85

@Yuki-Codes
Copy link
Contributor

This has been fixed for the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Usability
Projects
None yet
Development

No branches or pull requests

2 participants