Skip to content

Conversation

@willmcgugan
Copy link
Member

@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

3 participants