-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pusher position not being reset in bottom sim #243
Comments
Seems possible this is related to #241. |
Happening because this emitter is not instrumented: this.resetAllEmitter = new Emitter(); |
Instrumenting this emitter doesn't help. That makes sense, Emitter's aren't meant to convey state. The problem is that Maybe the implementation in PusherNode could be changed so that its view position could be more directly linked to |
I tried a few things and didn't see any "quick fixes". I think the implementation and usage of |
By the way, the position of the pusher in the saved state may be classified as "aesthetic" and may not be a blocking feature for publication. A client wanting to use the save state for this could work around this by setting the state before using the pusher. So, to clarify on my recommendation:
|
Thanks @samreid, @ariel-phet could you please review this issue (particularly #243 (comment)) and let us know if this issue is non-aesthetic? |
@jessegreenberg I would classify this issue as aesthetic, especially since reset is necessary to cause the misbehavior. |
In that case I will be unassigning myself. Let me know if I can be of further assistance. |
Thanks @ariel-phet. Also removing assignment, and marking as deferred since we will address this at another time. |
Seen on macOS 10.12.6 Chrome. For phetsims/qa#42.
The text was updated successfully, but these errors were encountered: