Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day Mode not displayed correctly #244

Closed
KonradHoeffner opened this issue Nov 5, 2019 · 3 comments
Closed

Day Mode not displayed correctly #244

KonradHoeffner opened this issue Nov 5, 2019 · 3 comments
Assignees
Milestone

Comments

@KonradHoeffner
Copy link
Collaborator

The background is still black in the version currently used in the pgraph.

@KonradHoeffner KonradHoeffner added this to the 1.5 milestone Nov 5, 2019
@KonradHoeffner KonradHoeffner self-assigned this Nov 5, 2019
@KonradHoeffner
Copy link
Collaborator Author

I can replicate this problem in the master branch.

It is not an issue with the renamed id of the cytoscape container parent, with the old id "cy" it has the same problem as with the new "graph".

The "background-color:black;" of the cytoscape container parent is also at least there since 2017, so this shouldn't be the culprit either.

Maybe this.cy.style.backgroundColor = "white"; does not work anymore due to a change in the Cytoscape.js library?

@KonradHoeffner
Copy link
Collaborator Author

Upgrade dependencies and see if that helps. Includes Cytoscape.js 3.10.0 -> 3.12.1.

@KonradHoeffner
Copy link
Collaborator Author

I couldn't find out why it broke but it was fixable by changing the style of the parent element instead of the cytoscape canvas container directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant