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

Cursors lose their absolute x position when they go off screen. #5

Open
samkristoff opened this issue May 12, 2017 · 0 comments
Open

Comments

@samkristoff
Copy link
Contributor

If you place a cursor on the instrument panel chart and then pan or zoom until the cursor should move off the screen it clips to the side of the screen. This is intended. However when you pan or zoom so that the cursor should be on screen again they are no longer in the correct x axis position. The cursor will now have the X axis position of the edge of the screen when they hit it.

Cursors pan and zoom as intended as long as they remain 'on screen' the entire time.

We should update cursors to remember their x axis value even when off screen and visually clip the cursor so it cannot go off screen but will return to it's true position if that position comes back on screen.

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