WebAPI/KeboardIME: Difference between revisions

m
(change Promise<boolean> to Promise<void> and add textBeforeCursor, textAfterCursor properties.)
Line 17: Line 17:
# [https://groups.google.com/forum/?fromgroups#!topic/mozilla.dev.webapi/Vs3-HGv9NNw WebAPI mailing list post]
# [https://groups.google.com/forum/?fromgroups#!topic/mozilla.dev.webapi/Vs3-HGv9NNw WebAPI mailing list post]
# [https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.webapi/A7dIBaR3lpU Extended API mailing list post]
# [https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.webapi/A7dIBaR3lpU Extended API mailing list post]
# [https://groups.google.com/forum/#!msg/mozilla.dev.webapi/nZLOEvEL3Tk/M-nSnP6HZgoJ] Polished Keyboard API


Implementation:
Implementation:
#{{bug|737110}} - Bug 737110 - Virtual Keyboard API
#{{bug|737110}} - Bug 737110 - Virtual Keyboard API
#{{bug|805586}} - [keyboard] keyboard needs a 'hide keyboard' button(main tracking bug)
#{{bug|844716}} - Enable keyboard Apps to get/set selection range of the input field
#{{bug|860546}} - [keyboard] JS changes to a textfield while keyboard is displayed do not get passed to keyboard
#{{bug|861665}} - Allow IME to get notification when text field content is changed
#{{bug|861515}} - Keyboard should be able to modify the text of the input field directly
#{{bug|838308}} - mozKeyboard should require a permission to use
#{{bug|842436}} - Keyboard API: There should only be one keyboard active, and Gecko should block interaction from non-active keyboards


== Features ==
== Features ==
Confirmed users
58

edits