-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Dear Devs,
I am using cytoscape-grid-guide && cytoscape-edgehandles together.
Even though I have set handlePosition: "middle top",
in cy.edgehandles
but
handles are displayed at wrong position on hover, node selected.
- If i disable
cy.gridGuide()
,cy.edgehandles
seem to work fine - Node size and grid spacing seem to effect this behaviour too. Node size width,height 80,80 and grid spacing 100 would yield different handle position
- For very first time when i hover on node,
handlePosition,
appears at node center while i set it ashandlePosition: "middle top",
incy.edgehandles
Code Pen Demo:
https://codepen.io/mafar/pen/JjYqvVp?editors=0010
ISSUE (Animated GIF):
See how handlePosition,
offsets
**ISSUE , First Hover node , handlePosition,
appears at node center **