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

Bad interaction between node coloring, load network from database, and export to Excel #984

Closed
kdahlquist opened this issue Sep 7, 2022 · 2 comments

Comments

@kdahlquist
Copy link
Collaborator

As noted in issue #977, the node coloring menu should be activated all the time now because we have a gene expression database. One fallout is this interaction. Do the following:

  • load a demo file
  • load a network from the database
  • the node coloring panel/menu is now active, with the enable node coloring checkbox checked, but no node coloring is showing on the graph
  • Export to Excel and the modal opens, but you can't actually click on anything (radio buttons or other buttons) nothing works.
@Onariaginosa
Copy link
Collaborator

I fixed this and it should make its way into the never ending pr #996. The grnState.node.coloring.topDataset and grnState.nodeColoring.bottomDataset settings weren't getting when a user generates a new network, so I set them = to undefined and it worked.

@kdahlquist
Copy link
Collaborator Author

confirmed fixed in beta 6.0.7

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

No branches or pull requests

3 participants