Skip to content

Conversation

slizhevskyv-semrush
Copy link
Contributor

Motivation and Context

scrollIntoView animation is interrupted by a subsequent focus() call when navigating with keyboard. Adjust focus handling (introduced an async version of scrollToNode) so the menu animation completes.

How has this been tested?

Manually

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Nice improve.

Checklist:

  • I have updated the documentation accordingly.
  • I have added changelog note to corresponding CHANGELOG.md file with planned publish date.
  • I have added new tests on added of fixed functionality.

ilyabrower
ilyabrower previously approved these changes Oct 22, 2025
}

afterOpenPopper() {
const { selected, options } = this.getMenuElements();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants