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

Fix subproject dependency graph rendering #1745

Merged

Conversation

sbelsk
Copy link
Collaborator

@sbelsk sbelsk commented Oct 8, 2023

Current behavior

Currently, when loading the SubProject Dependencies page for a given project, depending on the number of subprojects and the length of their names, the rendering of the graph may overlap the text on the page.
before_aligning

Additionally, when hovering on top of nodes in the graph, the following error is printed to the console:
image

New behavior

The graph will never overlap the text on the page anymore, and it set to be rendered on the center of the page. The console error is fixed and the tooltip now displays properly (the tiny white triangle connected to the textbox that pops up on hover).

after_aligning

@williamjallen williamjallen added this pull request to the merge queue Oct 9, 2023
Merged via the queue into Kitware:master with commit 061bc4c Oct 9, 2023
2 checks passed
@sbelsk sbelsk deleted the re-align-subproject-dependencies-graph branch December 14, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants