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 the focus neighbor could not be found correctly from ScrollContainer #104017

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

Conversation

Rindbee
Copy link
Contributor

@Rindbee Rindbee commented Mar 12, 2025

The outer control may overlap the ScrollContainer.

Fix #103726.

@Rindbee Rindbee requested a review from a team as a code owner March 12, 2025 11:30
@Rindbee Rindbee force-pushed the fix-wrong-focus-outside-ScrollContainer branch from 55b7cb0 to 2b1f395 Compare March 12, 2025 12:00
@AThousandShips AThousandShips added bug regression topic:gui cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release labels Mar 12, 2025
@AThousandShips AThousandShips added this to the 4.5 milestone Mar 12, 2025
@Rindbee Rindbee force-pushed the fix-wrong-focus-outside-ScrollContainer branch 3 times, most recently from 2699b2c to 37b4267 Compare March 12, 2025 13:47
…iner`

The outer control may overlap the `ScrollContainer`.
@Rindbee Rindbee force-pushed the fix-wrong-focus-outside-ScrollContainer branch from 37b4267 to 0f7f393 Compare March 12, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release regression topic:gui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't change focus to off-screen Control nodes in ScrollContainers by using the arrows.
2 participants