You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently IME popups are not rendered at all, since neither
InputMethodHandler::new_popup
norInputMethodHandler::dismiss_popup
are properly implemented. The only function which is properly implemented isInputMethodHandler::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.
The text was updated successfully, but these errors were encountered: