Skip to content

Bumps Gum to the latest version as of this commit to address focus ta…#118

Open
vchelaru wants to merge 2 commits intoMonoGame:3.8.4from
vchelaru:3.8.4
Open

Bumps Gum to the latest version as of this commit to address focus ta…#118
vchelaru wants to merge 2 commits intoMonoGame:3.8.4from
vchelaru:3.8.4

Conversation

@vchelaru
Copy link
Copy Markdown
Contributor

@vchelaru vchelaru commented May 7, 2026

…b wrapping bug

fixes #114

What is the bug

Previously if a user used the keyboard to navigate through the title screen UI, they could go to the options screen, tab up to the sliders, then continue tabbing up and the game would give focus to the now-hidden Start/Options buttons that were visible before going into the options.

The reason is because Gum was incorrectly handling tab navigation with enabled-but-hidden buttons.

What is the fix

I was able to reproduce the bug in an automated test project, implemented a fix, then verified that the fix solved both the automated test and also the samples projects.

We had to wait for the April 2026 release (which came out this week) before I could create this PR.

Copy link
Copy Markdown
Contributor

@AristurtleDev AristurtleDev left a comment

Choose a reason for hiding this comment

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

Same as the docs update, just updating version numbers, looks good

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.

Problem in the options of Dungeon Slime tutorial

2 participants