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

Avoid hiding tooltip on first hover of previous clicked annotation #375

Merged
merged 10 commits into from
Dec 3, 2024

Conversation

eweitz
Copy link
Owner

@eweitz eweitz commented Dec 3, 2024

This fixes an edge case bug in Gene Leads where the tooltip / popover would annoyingly disappear.

To reproduce:

  1. Click an annotation, A
  2. Hover over another annotation, B
  3. Hover outside annotation B
  4. Wait for tooltip B to disappear
  5. Hover over label of annotation A
  6. Hover over tooltip A
  7. Note tooltip A unexpectedly disappears

Now, the tooltip persists in this scenario. The two videos below demonstrate how the problem and solution look.

Before: tooltip disappears

Repeat_hover_before__Gene_leads_ideogram_2024-12-02.mov

After: tooltip persists

Repeat_hover_after__Gene_leads_ideogram_2024-12-02.mov

@eweitz eweitz merged commit dfdd17e into master Dec 3, 2024
2 checks passed
@eweitz eweitz deleted the smooth-repeat-hover branch December 3, 2024 02:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant