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

Shift+Drag-selection creates new selection #172

Open
yuchi opened this issue Sep 9, 2016 · 2 comments
Open

Shift+Drag-selection creates new selection #172

yuchi opened this issue Sep 9, 2016 · 2 comments

Comments

@yuchi
Copy link

yuchi commented Sep 9, 2016

If I have already a selection and I start to shift + drag-selection (the dashed one) instead of adding the newly selected elements to the previous selection it just replaces the selection.


Steps to reproduce

  1. Create three text elements with a little bit of space around them
  2. Select the first one
  3. While pressing the shift key start a click-and-drag action and create a selection marker around the other two elements

Expected result

  • All three text elements are selected

Actual result

  • Only the elements included in the selection marker are selected, and not the first one

I’d be very glad to help on this. The codebase is a little bit intimidating, so if you can give me some pointers it would be awesome.

@yuchi
Copy link
Author

yuchi commented Sep 9, 2016

Also the issue is probably on mouse down since that clears the original selection immediately.

@yuchi
Copy link
Author

yuchi commented Sep 9, 2016

precursor bug ii

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

No branches or pull requests

1 participant