-
Notifications
You must be signed in to change notification settings - Fork 173
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
Selection problems #28
Comments
Undo is covered by #23 The tickmark icon for clearing a selection is coming from Android's Action Bars, as is how selecting items in general. So it should behave very similarly as, say, selecting messages in the GMail app. |
Probably a point where we might want to diverge based on the pointer event type (touch vs. click). There is a separate tracking issue at flowhub/the-graph#53
Actually, I'd use NoFlo's grouping support for this. If you want to move multiple nodes as a unit, just make them a group (see flowhub/the-graph#43):
Created an issue for this one at flowhub/the-graph#59 |
How does group selection / creation currently work? Shift click is usually more standard on multiple platforms. Keep in mind the OSX command key isn't going to work on Windows. The equivalent control-G will usually open menus in Chrome and other browsers. |
On branch the-graph
Opinion:
The text was updated successfully, but these errors were encountered: