I have a problem with the integration between cytoscape extensions: compound drag and drop and expand collapse.
I need to drop a child node on a collapsed parent node: this seems to be impossible using plain events because event cdnddrop doesn't even fire.
Do you have any suggestions on how to achieve this?
p.s. I tried mixing operations with basic cytoscape events ( like trying to expand on mouseover event, but it doesn't fire )