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

GUI: Fix focus cycle through window #103967

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HolonProduction
Copy link
Member

Fixes #103227

The issue was actually introduced with the 4.0 release. The code to cycle through the focus was only accounting for Control but starting with 4.0 dialogs are not Controls anymore. This PR adds special handling for direct Control subtrees of a Window which allows jumping between those subtrees.

@HolonProduction HolonProduction requested review from a team as code owners March 11, 2025 12:33
@bruvzg bruvzg added this to the 4.5 milestone Mar 11, 2025
Copy link
Member

@bruvzg bruvzg left a comment

Choose a reason for hiding this comment

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

Seems to be working fine in all cases I have tested. I was previously looking at the same issue as part #76829, and this solution seems to work better.

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.

Can't cycle Buttons in "Attach Node Script'' panel with Tab/Shift+Tab
2 participants