constellation
constellation copied to clipboard
Graph Render visual anomaly - minor
Prerequisites
- [ ] Put an X between the brackets on this line if you have done all of the following:
- Running the latest version of Constellation
- Attached the Support Package via
Help
>Support Package
- Checked the FAQs: https://github.com/constellation-app/constellation/wiki/FAQ
- Checked that your issue isn't already filed: https://github.com/constellation-app/constellation/issues
- Checked that there is not already a module that provides the described functionality: https://github.com/constellation-app/constellation/wiki/Catalogue-of-Repositories
Description
While running Adamic-Adar-Index plugin on analytic view, the vertices became greyed. When this occured the cursor disappeared behind them.
It may be just a minor issue, still worth raising to establish user impact.
Steps to Reproduce
- Sphere graph builder, analytic
- Running Adamic-Adar-Index plugin
Expected behaviour: cursor should appear ontop
Actual behaviour: cursor appears underneath
Reproduces how often: 100%
This seems like an inverse color issue, as discussed. When grey is inverted it results in grey. An edge case may be necessary to account for this.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.
This issue still exists. Cursors can be found in the GLVisualProcesor class (au.gov.asd.tac.constellation.visual.opengl.renderer). It looks like cursor color is unmodifiable in the java.awt.Cursor class where the color is as @aldebaran30701 suggested, automatically set to be int inverse of the background color. Replacing the cross hair with a custom curser with an image of a white filled, black bordered crosshair (similar in style to the default cursor) seems to be a reasonable solution.