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

fix: Fix bug that preventing scrolling menu items into view. #8726

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

gonfunko
Copy link
Contributor

@gonfunko gonfunko commented Jan 9, 2025

The basics

The details

Resolves

Fixes #8724

Proposed Changes

This PR fixes scrolling menu items into view when selected via the arrow keys. It also deprecates a number of now-unused, copied-from-Closure, wrapper-workarounds-for-browser-functionality-missing-from-IE-6 functions.

@gonfunko gonfunko requested a review from a team as a code owner January 9, 2025 19:40
@github-actions github-actions bot added the PR: fix Fixes a bug label Jan 9, 2025
core/menu.ts Show resolved Hide resolved
@gonfunko gonfunko merged commit 0c20129 into google:develop Jan 10, 2025
11 checks passed
@gonfunko gonfunko deleted the menu-nav branch January 10, 2025 18:38
gonfunko added a commit that referenced this pull request Jan 15, 2025
* fix: Fix bug that preventing scrolling menu items into view.

* chore: Deprecate now-unused-in-core functions in style.

(cherry picked from commit 0c20129)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown keyboard navigation doesn't scroll items into view
2 participants