0

In cytoscape.js I have a network, and when I select a node, normally the color of the inner circle, which is green, should turn black, like this in Mozilla Browser:

enter image description here

But when I try the same network in Google Chrome it doesn't work, I just get this, like I was moving the node, not clicking it:

enter image description here

Is there a compatibility problem between Chrome and cytoscape.js? Or anybody has any other ideas of why the selection could not be working?

Thanks!

DanielBoloc
  • 167
  • 2
  • 8

1 Answers1

1

It may be related to this: https://github.com/cytoscape/cytoscape.js/issues/876

If there is a bug in a particular version of a browser on the browser side, it's hit or miss whether there can be a workaround. You may want to file an issue with more details: https://github.com/cytoscape/cytoscape.js/issues/new

maxkfranz
  • 11,896
  • 1
  • 27
  • 36