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

Guideline support on node movement with arrow keys #100

Open
hasanbalci opened this issue Feb 23, 2017 · 4 comments
Open

Guideline support on node movement with arrow keys #100

hasanbalci opened this issue Feb 23, 2017 · 4 comments
Milestone

Comments

@hasanbalci
Copy link
Contributor

I think, it may be a good idea to add guideline support when nodes are moved with arrow keys. Because, alignment with arrow keys may be easier in some cases.

@ugurdogrusoz
Copy link
Contributor

Good idea. @kinimesi can we do this? If so, would it go to the extension or to ChiSE sample app?

kinimesi added a commit to iVis-at-Bilkent/cytoscape.js-grid-guide that referenced this issue Feb 24, 2017
@ugurdogrusoz ugurdogrusoz added this to the future milestone Jun 29, 2017
@ugurdogrusoz
Copy link
Contributor

@kinimesi how much effort is this? straightforward?

@kinimesi
Copy link
Collaborator

kinimesi commented Jul 6, 2017

@ugurdogrusoz The main problem is when to clear the guidelines: too quick - user can't see them clearly, little slower - they become annoying (like tooltips).

We will need to listen position event (right now, we listen for drag event). Since position event is triggered in many cases, without a proper check (which will probably include many corner cases) performance will be effected too.

Do you know any graph editor (or another similar app) which shows guidelines while moving with arrow keys?

@ugurdogrusoz
Copy link
Contributor

Let's leave this for future

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

3 participants