-
Notifications
You must be signed in to change notification settings - Fork 6
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
NumberControl behaves badly with arrowButtonOptions.fireOnDown: true
#825
Comments
In the above commit, I made omitted I also inspected all occurrences of |
Not sure if this is the right place for this comment, but I noticed that for ArrowButtons (not sure if other Buttons as well), the endCallback is being called before actually changing the numberProperty. Went down the rabbit hole and found that in |
After some discussion, it seems we won't meddle with the ButtonModel. In the above commit I referenced this issue for a workaround in MSS. |
(cherry picked from commit 18cc9b3)
In phetsims/my-solar-system#292, NumberControl was reported to behave oddly when created with this option:
I verified that this is a general problem using this patch:
patch
... and these test steps:
A similar problem occurs with the decrement (left arrow) button.
The text was updated successfully, but these errors were encountered: