forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1520983 - part 2: Make `IMEInputHandler::InsertTextAsComittingCom…
…position()` use `eContentCommandInsertText` event if there is no composition r=m_kato Like the other browsers, we should stop dispatching a set of composition events when `insertText:` is called by Emoji picker, accent character picker of some Western keyboard layouts. Then, corresponding `beforeinput` event becomes cancelable like the other browsers'. Differential Revision: https://phabricator.services.mozilla.com/D114827
- Loading branch information
1 parent
1bb2df9
commit 684add0
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters