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

Persistent inter-app glyph selection #197

Open
alancleary opened this issue Feb 4, 2019 · 0 comments
Open

Persistent inter-app glyph selection #197

alancleary opened this issue Feb 4, 2019 · 0 comments
Assignees

Comments

@alancleary
Copy link
Contributor

Currently multiple instances of GCV (and other applications) interact via select and deselect events that are broadcast during mouseover and mouseout events, respectively. It would be nice if a select event could persist after the corresponding mouseout event. Furthermore, it would be nice if this persistence could be used to select multiple, disparate elements.

For now, implement this persistent selection on the gene glyphs in the micro-synteny viewer. Specifically, broadcast a selection on the mouseclick event, but only after clearing the previous selection with a deselectall event. The deselectall event can be implemented as a deselect event that has no targets specified.

@alancleary alancleary self-assigned this Feb 4, 2019
This was referenced Aug 17, 2023
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

1 participant