-
Notifications
You must be signed in to change notification settings - Fork 38
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
Option to always show expand/collapse cues #27
Comments
@ripfire44 Keeping visual cues visible all the time is problematic since they are drawn on a separate canvas and we have refresh issues. A workaround would be to not display visual cues at all but map a certain gesture on a compound to do expand/collapse. |
This would be a very helpful feature for me too, on mouse interfaces. What I am currently doing in my implementation is that I am using an image as a node background image, and calculating click on that based on mouse click position. The difficulty is that i need to have the cue outside the circular node boundary (but within the bounding box), and am not able to get the click event on the node. Any comments on how to improve this? |
|
Is it possible to keep the cues visibile? I'm trying to make the expand/collapse accessible to those with touch only interface (ie tablets).
The text was updated successfully, but these errors were encountered: