cytoscape / cytoscape.js

Graph theory (network) library for visualisation and analysis
https://js.cytoscape.org
MIT License
10.12k stars 1.64k forks source link

mouseover not firing #3186

Closed bunsenbeaker closed 10 months ago

bunsenbeaker commented 1 year ago

Before you post

A request for help or a requests for a how-to should be directed to Phind.

If your issue pertains to an extension, your issue should be filed in that extension's repository -- not here.

Environment info

Current (buggy) behaviour

What does the bug do? mouseover events are not fired: when subscribing to node mouseover events using on('mouseover', handler) no events are fired whatsoever. When subscribing to core mouseover events (using cy.on('mouseover', handler) - sporadic events are fired at random locations on graph. I also tried registering node by node (using cy.nodes() forEach, with no success. I also removed layers extension and gave cy container div higher z-index with no success. Click events are fired properly.

Desired behaviour

What do you expect Cytoscape.js to do instead? fire all mouseover events

Minimum steps to reproduce

What do you need to do to reproduce the issue?

merely subscribe to core/node mouseover events.

Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly and effectively: http://jsbin.com/fiqugiq

For reviewers

Reviewers should ensure that the following tasks are carried out for incorporated issues:

til2000 commented 1 year ago

@bunsenbeaker the link doesnt work: http://jsbin.com/fiqugiq

maxkfranz commented 11 months ago

You have to fork your own copy to create your own demo with issue-specific code. On Nov 16, 2023, at 04:28, til2000 @.***> wrote: the link doesnt work: http://jsbin.com/fiqugiq

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

maxkfranz commented 11 months ago

@bunsenbeaker, do you have a demo of your issue?

stale[bot] commented 11 months ago

This issue has been automatically marked as stale, because it has not had activity within the past 14 days. It will be closed if no further activity occurs within the next 7 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.