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

Don't complete an entity zoom while morphing. #2775

Merged
merged 1 commit into from
Jun 2, 2015
Merged

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Jun 2, 2015

If viewer.zoomTo found itself in the middle of a morph it would crash. We now wait for the morph to complete. I couldn't think of a good unit for this because it's a race condition, but there are instructions in the linked issue on reproducing it in Sandcastle. Fixes #2680

If viewer.zoomTo found itself in the middle of a morph it would crash. We
now wait for the morph to complete.  I couldn't think of a good unit for
this because it's a race condition, but there are instructions in the linked
issue on reproducing it in Sandcastle.  Fixes #2680
@hpinkos
Copy link
Contributor

hpinkos commented Jun 2, 2015

Looks good to me!

hpinkos pushed a commit that referenced this pull request Jun 2, 2015
Don't complete an entity zoom while morphing.
@hpinkos hpinkos merged commit 94ce6cf into master Jun 2, 2015
@hpinkos hpinkos deleted the zoom-morph-crash branch June 2, 2015 19:29
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

Successfully merging this pull request may close these issues.

Race condition in viewer.zoomTo
2 participants