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

Soccer ball drag indicator is supposed to move away from the median and it may not be #519

Closed
catherinecarter opened this issue Aug 28, 2023 · 3 comments
Assignees

Comments

@catherinecarter
Copy link
Contributor

In testing the cueing arrow mixed with the alt-input focus rectangle around the ball, I changed my max number of kicks to be 5. I kicked several iterations until the last ball was the same as the median (currently, the dragIndicator shows on the last ball kicked), and I saw this:

image

Not sure if it's a maxKicks=5 issue, or more global. Will do more testing.

@samreid
Copy link
Member

samreid commented Aug 29, 2023

I was able to replicate this after a few trials:

image

@samreid
Copy link
Member

samreid commented Aug 29, 2023

That median object doesn't seem correct. Oh, it seems fine. There was a stale value of the medianValue of 12.5 which was throwing me off.

This was a case of another "DerivedProperty/Multilink queries a Property it wasn't listening to" of the sort discussed in phetsims/axon#441

@samreid
Copy link
Member

samreid commented Aug 30, 2023

After the commit, that error case no longer occurs for me. Let's close this and pick it up in #518

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

No branches or pull requests

3 participants