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

event listeners to Time API don't fire if a previous event listener errors #7924

Open
5 of 7 tasks
davetsay opened this issue Nov 8, 2024 · 0 comments
Open
5 of 7 tasks

Comments

@davetsay
Copy link
Contributor

davetsay commented Nov 8, 2024

Summary

The error in gauges in #7908 causes time conductor to not display bounds on update.

Expected vs Current Behavior

The time conductor bounds should have updated regardless of other listeners on boundsUpdated

Steps to Reproduce

  1. Create a gauge object
  2. Add telemetry to the gauge object
  3. Make the telemetry a missing object
  4. delete or modify the identifier of the object from the persistence store directly
  5. Navigate to the gauge object
  6. change the bounds on the time conductor
  7. Observe that the time conductor does not update to show the new bounds, even though all telemetry in view respects the new bounds

Environment

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

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 with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

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

No branches or pull requests

1 participant