Confirmed users
478
edits
(→mozInputMethod API to Keyboard Apps: update manager) |
|||
Line 41: | Line 41: | ||
Here are some signals necessary to Keyboard Manager in System app in order for it to do minimal interaction with keyboard app and text field. | Here are some signals necessary to Keyboard Manager in System app in order for it to do minimal interaction with keyboard app and text field. | ||
* <code> | * <code>inputmethodcontextchange</code>: should also expose the nsIDOMInputContext object here | ||
* <code>inputmethodnext</code> | * <code>inputmethodnext</code> | ||
* <code> | * <code>inputmethodshowall</code> | ||
=== mozbrowser API extension === | === mozbrowser API extension === | ||
* <code>setInputMethodActive(boolean)</code>: Depend on what we want, we might not want to re-use <code>setVisible()</code> to block/unblock a background/foreground keyboard app to interact with the text fields. | * <code>setInputMethodActive(boolean)</code>: Depend on what we want, we might not want to re-use <code>setVisible()</code> to block/unblock a background/foreground keyboard app to interact with the text fields. |