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

Work together with edgehandles extension #15

Open
jri opened this issue Apr 9, 2019 · 2 comments
Open

Work together with edgehandles extension #15

jri opened this issue Apr 9, 2019 · 2 comments
Labels
Low Something low priority isn't working

Comments

@jri
Copy link

jri commented Apr 9, 2019

I use the edgehandles extension and want trigger auto panning for the edgehandles "ghost node". The ghost node is the one the user moves while drawing an edge. The problem is that the ghost node does not trigger auto panning.

By default the ghost node is transparent and tiny, and I thought this might be the problem:

      ghostNode.style({
        'background-color': 'blue',
        'width': 0.0001,
        'height': 0.0001,
        'opacity': 0,
        'events': 'no'
      });

For testing I've made the ghost node bigger and non-transparent, and removed events: no, but no success.

How can I make edgehandle's ghost node trigger auto panning?

@jri
Copy link
Author

jri commented Apr 14, 2019

Can you please have a look at the discussion cytoscape/cytoscape.js-edgehandles#124 and share your view on this.

@ugurdogrusoz
Copy link
Contributor

@jri We do not have any resources to add this support to this extension at the moment. If you are willing to do a PR for this, we'd be happy to review.

@ugurdogrusoz ugurdogrusoz added the Low Something low priority isn't working label Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Something low priority isn't working
Projects
None yet
Development

No branches or pull requests

2 participants