Skip to content

fix: Fix a bug that could cause menus to scroll incorrectly on mouseover#9603

Open
gonfunko wants to merge 1 commit intomainfrom
jumpy-menus
Open

fix: Fix a bug that could cause menus to scroll incorrectly on mouseover#9603
gonfunko wants to merge 1 commit intomainfrom
jumpy-menus

Conversation

@gonfunko
Copy link
Contributor

The basics

The details

Proposed Changes

This PR resolves an issue that caused lengthy dropdown menus to jump/scroll and momentarily display the wrong item as selected on mouseover. Scratch reported this in the variable dropdown, but it affected core as well.

@gonfunko gonfunko requested a review from a team as a code owner February 26, 2026 16:48
@gonfunko gonfunko requested a review from BenHenning February 26, 2026 16:48
@github-actions github-actions bot added the PR: fix Fixes a bug label Feb 26, 2026
height: 16px;
position: absolute;
width: 16px;
display: none;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is none needed here? That's surprising.

@BenHenning BenHenning assigned gonfunko and unassigned BenHenning Feb 26, 2026
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.

2 participants