Skip to content

fix(web-console): grid unresponsiveness after scroll#425

Merged
bluestreak01 merged 1 commit into
mainfrom
fix/grid-scroll
Apr 28, 2025
Merged

fix(web-console): grid unresponsiveness after scroll#425
bluestreak01 merged 1 commit into
mainfrom
fix/grid-scroll

Conversation

@emrberk

@emrberk emrberk commented Apr 27, 2025

Copy link
Copy Markdown
Collaborator

Fixes #227

  • Call scroll() after scrolling grid by dragging scrollbar to prevent unresponsiveness, just as in render()
  • Check if focusedCell and activeRow is the actual item with focusedRowIndex before applying focus styles. This prevents focused row and cell to be shown indefinitely as the user scrolls the list.

@emrberk emrberk requested a review from bluestreak01 April 27, 2025 12:01
@bluestreak01 bluestreak01 merged commit 4130281 into main Apr 28, 2025
@bluestreak01 bluestreak01 deleted the fix/grid-scroll branch April 28, 2025 07:53
Vaibhav91one pushed a commit to Vaibhav91one/ui that referenced this pull request Oct 28, 2025
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.

Keyboard navigation is broken when results grid is scrolled down

2 participants