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

Can't reopen on-screen keyboard after closing it when focused on text input #27181

Closed
jdm opened this issue Jul 6, 2020 · 0 comments
Closed

Can't reopen on-screen keyboard after closing it when focused on text input #27181

jdm opened this issue Jul 6, 2020 · 0 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Jul 6, 2020

Pressing the X on the on-screen keyboard closes it and leaves the text input in the focused state. This means that tapping the text input again doesn't cause the keyboard to reopen; instead the focus has to be directed somewhere else first. I can imagine two solutions to this problem:

  • de-focus the focused input when the keyboard is closed
  • make the code that sends the embedding message for text inputs always run when there's a focus transaction, even if the focus target did not change

I lean towards the de-focusing solution at first glance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
HoloLens
  
Done
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.