You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser/Node.js & version : Safari Version 17.2.1 (64 bit), Version 130.0.6723.92 (Official Build) (x86_64) (64 bit)
Current (buggy) behaviour
What does the bug do?
There's a horizontal offset in the container and all networks appear on the right side of the offset. Clicking anywhere in left side of the offset actually clicks the right side of the offset.
Dragging the graph from the right side of the offset to the left side of the offset shows that the graph goes behind whatever is there and disappears.
cytoscape.offset.bug.mov
Desired behaviour
What do you expect Cytoscape.js to do instead?
There should be no offset for the mouse or the UI and the graph should be able to be seen from anywhere in the canvas.
Minimum steps to reproduce
What do you need to do to reproduce the issue?
Click and hold somewhere in the left half of the canvas.
Drag to the left and you'll see the graph disappearing behind something.
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:
Ensure that the reporter has included a reproducible demo. They can easily fork this JSBin demo: http://jsbin.com/fiqugiq
The issue has been associated with a corresponding milestone.
The commits have been incorporated into the corresponding branches. Bug-fix patches go on
master,
unstable, and
the previous feature release branch (e.g. 1.1.x if the current release is 1.2).
The issue has been labelled as a bug, if necessary.
The text was updated successfully, but these errors were encountered:
I've never seen this happen before and I don't know how to reproduce the issue. We are going to need a reproducible demo using jsbin or some other reliable way of reproducing the issue. Thank you.
Environment info
Current (buggy) behaviour
What does the bug do?
There's a horizontal offset in the container and all networks appear on the right side of the offset. Clicking anywhere in left side of the offset actually clicks the right side of the offset.
Dragging the graph from the right side of the offset to the left side of the offset shows that the graph goes behind whatever is there and disappears.
cytoscape.offset.bug.mov
Desired behaviour
What do you expect Cytoscape.js to do instead?
There should be no offset for the mouse or the UI and the graph should be able to be seen from anywhere in the canvas.
Minimum steps to reproduce
What do you need to do to reproduce the issue?
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:
master
,unstable
, and1.1.x
if the current release is 1.2).bug
, if necessary.The text was updated successfully, but these errors were encountered: