constellation icon indicating copy to clipboard operation
constellation copied to clipboard

Graph Render visual anomaly - minor

Open aldebaran30701 opened this issue 4 years ago • 9 comments

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. visual bug

Steps to Reproduce

  1. Sphere graph builder, analytic
  2. Running Adamic-Adar-Index plugin

Expected behaviour: cursor should appear ontop

Actual behaviour: cursor appears underneath

Reproduces how often: 100%

aldebaran30701 avatar Jul 14 '20 01:07 aldebaran30701

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.

aldebaran30701 avatar Jul 16 '20 00:07 aldebaran30701

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Jan 12 '21 01:01 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Jul 26 '21 01:07 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Feb 08 '22 01:02 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Sep 14 '22 00:09 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Apr 06 '23 00:04 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Oct 04 '23 00:10 github-actions[bot]

This issue is stale because it has been open for 6 months with no activity. Consider reviewing and taking an action on this issue.

github-actions[bot] avatar Apr 08 '24 00:04 github-actions[bot]

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.

capricornunicorn123 avatar Apr 29 '24 05:04 capricornunicorn123