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 IME popups #133

Open
chrisduerr opened this issue Oct 25, 2023 · 0 comments
Open

Fix IME popups #133

chrisduerr opened this issue Oct 25, 2023 · 0 comments
Labels
P - low Insignificant urgency or user impact T - bug Something isn't working

Comments

@chrisduerr
Copy link
Collaborator

Currently IME popups are not rendered at all, since neither InputMethodHandler::new_popup nor InputMethodHandler::dismiss_popup are properly implemented. The only function which is properly implemented is InputMethodHandler::parent_geometry, which is not actually needed at all.

This trait implementation should be fixed to be sure IME works properly, though currently there's not a lot of IMEs that would be particularly useful to have on a phone anyway.

@chrisduerr chrisduerr added T - bug Something isn't working P - low Insignificant urgency or user impact labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P - low Insignificant urgency or user impact T - bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant