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: focus search on activation #186

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

Conversation

sandr01d
Copy link

The search field should be focused upon activation. Currently, get_layer_surface() and text_input::focus are run in parallel. This causes the focus operation to fail because it is executed before the layer_surface and thus the search field is ready. Modified the code, so that text_input::focus() is executed after the task of get_layer_surface() completed.

Fixes #184

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.

[Bug Report] App Library Search Not Functioning When Typing
1 participant