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

Select update #5420

Merged
merged 3 commits into from
Dec 21, 2024
Merged

Select update #5420

merged 3 commits into from
Dec 21, 2024

Conversation

willmcgugan
Copy link
Collaborator

@willmcgugan willmcgugan commented Dec 21, 2024

Fixes #5416

The Select widget used call_after_refresh which delayed refocusing the main control when the drop-down was dismissed. This would happen after the Changed handler focused anything, and made it appear as if the focus simply wasn't working.

The fix was to remove those call_after_refresh calls, which I suspect were there to workaround various OptionList issues which were recently fixed.

@willmcgugan willmcgugan merged commit d34f4a4 into main Dec 21, 2024
23 checks passed
@willmcgugan willmcgugan deleted the select-update branch December 21, 2024 11:09
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.

Cannot return focus to ListView from Select
2 participants