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

Editor freezes when adding stops for certain patterns #617

Closed
landonreed opened this issue Oct 16, 2020 · 0 comments · Fixed by #618
Closed

Editor freezes when adding stops for certain patterns #617

landonreed opened this issue Oct 16, 2020 · 0 comments · Fixed by #618
Labels

Comments

@landonreed
Copy link
Contributor

Observed behavior (please include a screenshot if possible)

When adding stops to certain patterns in the Editor, at times an uncaught error will be thrown causing the application to freeze up. It appears to happen for stops that have control points that are out of order (e.g., the control point for stop 1 has a greater shapeDistTraveled value than stop 2) or that are not located near to the stops themselves.

Expected behavior

After some investigation, it appears that this error is recoverable, so the application should certainly not throw an uncaught error. In general, we should avoid this because it causes a confusing experience for users. There are probably some enhancements we can make to help users resolve any control point issues more easily.

Steps to reproduce the problem

Steps shared in company chat.

Any special notes on configuration used

N/A

Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)

latest dev

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.

1 participant