Skip to content

fix(web): prevent auto-scroll from hiding dataset search results#1747

Merged
ivan-aksamentov merged 1 commit intomasterfrom
fix/dataset-search-scroll-interference
Feb 5, 2026
Merged

fix(web): prevent auto-scroll from hiding dataset search results#1747
ivan-aksamentov merged 1 commit intomasterfrom
fix/dataset-search-scroll-interference

Conversation

@ivan-aksamentov
Copy link
Member

Summary

Fixes #1746.

  • Fix dataset selector list auto-scrolling to the highlighted dataset
    whenever the search term changes, which scrolls filtered results out of
    view while the user is typing
  • Auto-scroll now only triggers when the highlighted dataset actually
    changes (user clicked a different dataset) and no search term is active

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Auto-scroll to the currently selected dataset was interfering with
search by scrolling on every render, hiding matching results from view.
@ivan-aksamentov ivan-aksamentov force-pushed the fix/dataset-search-scroll-interference branch from 7ecd23e to 8f9d27b Compare February 5, 2026 09:32
@ivan-aksamentov ivan-aksamentov merged commit 8f9d27b into master Feb 5, 2026
2 checks passed
@ivan-aksamentov ivan-aksamentov deleted the fix/dataset-search-scroll-interference branch February 5, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searching for datasets scrolls confusingly

1 participant