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

Faulty selection box behavior #11

Closed
aganders3 opened this issue Jan 25, 2024 · 1 comment
Closed

Faulty selection box behavior #11

aganders3 opened this issue Jan 25, 2024 · 1 comment
Assignees

Comments

@aganders3
Copy link
Collaborator

The selection box has an issue when it is activated (Shift key pressed) while the mouse button is already down.

To reproduce:

  1. Hold Shift, then click, drag, and release to select some points. Then release Shift.
  2. Begin rotating the camera (click + drag)
  3. Without lifting the mouse button, hold shift
  4. The camera will stop rotating, but no selection box is shown
  5. Two issues may appear here:
    a. If you release Shift first the camera jumps on the next mouse move
    b. If you release the mouse button first, some unexpected points may be selected

We should think through the desired behavior for these edge cases prior to fixing.

@andy-sweet
Copy link
Collaborator

I think these were fixed in #88 . Reopen if you can still reproduce.

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 a pull request may close this issue.

2 participants