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

resize handler causes plot to make duplicate request #4121

Closed
2 of 5 tasks
davetsay opened this issue Aug 16, 2021 · 3 comments · Fixed by #4120
Closed
2 of 5 tasks

resize handler causes plot to make duplicate request #4121

davetsay opened this issue Aug 16, 2021 · 3 comments · Fixed by #4120
Assignees
Labels

Comments

@davetsay
Copy link
Contributor

davetsay commented Aug 16, 2021

Summary

Plots are making two identical requests on load.

Expected vs Current Behavior

Plots should request data once on load. Plots should then requests data as needed upon explicit element resize.

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug?

Steps to Reproduce

  1. open browser debugger to network tab and filter to show xhr only
  2. navigate to a plot
  3. observe network requests
  4. observe stack trace for network requests to see calling code

Environment

  • Open MCT Version:
  • Deployment Type:
  • OS:
  • Browser:

Additional Information

@charlesh88
Copy link
Contributor

Testathon 8-24-21: no testing notes, can't test.

@unlikelyzero
Copy link
Contributor

@davetsay to add testing notes

@nikhilmandlik
Copy link
Contributor

Verified Fixed.

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

Successfully merging a pull request may close this issue.

5 participants