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

Phosh on-screen keyboard pops up when app starts #3057

Closed
Barugon opened this issue Jun 6, 2023 · 2 comments · Fixed by #3362
Closed

Phosh on-screen keyboard pops up when app starts #3057

Barugon opened this issue Jun 6, 2023 · 2 comments · Fixed by #3362
Labels
bug Something is broken

Comments

@Barugon
Copy link
Contributor

Barugon commented Jun 6, 2023

Describe the bug
When running an eframe app on Phosh, the on-screen keyboard pops up when the app starts. This is because Window::set_ime_allowed is being called with a parameter of true (#2046) .

To Reproduce
Build and run any eframe app on Phosh (Librem 5, PinePhone).

@Barugon Barugon added the bug Something is broken label Jun 6, 2023
@Barugon
Copy link
Contributor Author

Barugon commented Jun 6, 2023

Perhaps calling Window::set_ime_allowed with true when a TextEdit gains focus and then calling it with false when focus is lost would actually bring up the on-screen keyboard at the right time?

@liquidhelium
Copy link

liquidhelium commented Jul 30, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants