-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clicking away from a highlighted circuit component doesn't always unhighlight that component #1023
Comments
In the latest PhET version which is 1.3.15 at https://phet.colorado.edu/sims/html/circuit-construction-kit-dc/latest/circuit-construction-kit-dc_all.html, dragging out a circuit element, clicking to highlight, then clicking away hides the highlight. But I'm not surprised to hear this is fragile, and it may have been put in a buggy corner-case state. What version was this problem exhibited on? Is it easy to reproduce the problem? We most recently discussed highlights in |
Okay, I found a way to reliably reproduce this on my end:
The battery should stay highlighted, and now clicking off of it won't unhighlight it. It can be unhighlighted by clicking in the circuit toolbox, but now this same behavior will happen to new components as well. @samreid can you reproduce this? |
2/25 - @kathy-phet confirmed that this issue is a high priority given the value of CCK for Studio customization, and the fact that this bug leads to the user getting "stuck" without being able to reset the highlight behavior. @samreid would you like to collaborate on this? |
This issue seems to be fixed in dev.1 |
For QA: We are going to take another dev version from main. I know QA verified above, but I'd love another sanity check on the next version coming up: To test:
Note this is reproducible in https://phet.colorado.edu/sims/html/circuit-construction-kit-dc/latest/circuit-construction-kit-dc_all.html |
Looks good |
During user interviews for PhET Studio, @LindaStegemann and I observed a user who had clicked on a circuit component and highlighted it (yellow outline), and then was trying to click away to unhighlight it but was not able to (it was stuck in the highlighted state). We observed this for both wires and battery components. Ultimately, they were able to unhighlight the circuit component by clicking on the circuit toolbox.
This seems like an annoying issue, particularly with Studio saving the highlighted state. @samreid I recall this issue coming up before and being worked on, but couldn't find the paper trail to link here. Do you remember which issue it was?
The text was updated successfully, but these errors were encountered: