-
Notifications
You must be signed in to change notification settings - Fork 2
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
Disappearance of median brackets is inconsistent #106
Comments
Definitely a problem! If you drag a ball and the value changes, then the median bars should only stay there if the data remains sorted. |
I also noticed that if the ball that is moved is linked to the middle sorted card, then the median bars never disappear--even if the median value changes. brackets2.mp4 |
In the State wrapper--the median bars disappear in the downstream wrapper (but remain in the upstream when they shouldn't). bracketsstate.mp4 |
Thanks @Nancy-Salpepi! Marking for the April milestone. |
@samreid and I committed a fix above. @Nancy-Salpepi could you please test on phettest? |
If it seems fixed, please leave open and relabel as status:ready-to-cherry-pick, thanks! |
Looks good! |
@chrisklus and I confirmed this is fixed in in #122, closing. |
Test device
Dell
Operating System
Windows 10
Browser
Chrome
Problem description
For phetsims/qa#789
After the data is sorted, if I move soccer balls so that the median value doesn't change but the cards are out of order, the median brackets do not disappear. However, when a move a card, without changing the median value, the brackets do disappear.
The brackets do disappear if dragging the soccer ball causes the median value to change.
Steps to reproduce
Visuals
medianbrackets.mp4
The text was updated successfully, but these errors were encountered: