Skip to content
New issue

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

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

Already on GitHub? # to your account

Visualization click during hover causes "dangling selections" #335

Open
alancleary opened this issue Sep 3, 2020 · 0 comments
Open

Visualization click during hover causes "dangling selections" #335

alancleary opened this issue Sep 3, 2020 · 0 comments
Assignees
Labels

Comments

@alancleary
Copy link
Contributor

Most visualization elements in GCV have a hover effect, that is, hovering over an element causes other elements (possibly in other visualizations) to be grayed out or highlighted, depending on their relationship to the element being hovered. This effect is reversed when the element being hovered is unhovered (a mouseout event). However, some elements also have a click event that opens a new window that covers them. This prevents the unhover event from occurring causing "dangling selections" - a highlighted (selected) other element that was never deselected. These artifacts are visible when you hover over another element and they appear as highlighted even though they're not related to the highlighted element. This is a bug. Fix it!

@alancleary alancleary added the bug label Sep 3, 2020
@alancleary alancleary self-assigned this Sep 3, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant