Bug 1154183 part.2 eKeyDown event should have charCode value of following keypress event r=smaug

MozReview-Commit-ID: 9duzKfCFPro
This commit is contained in:
Masayuki Nakano
2016-03-19 20:57:11 +09:00
parent b5669ead37
commit 20493032e6
8 changed files with 92 additions and 96 deletions

View File

@@ -712,7 +712,8 @@ TextInputProcessor::WillDispatchKeyboardEvent(
uint32_t aIndexOfKeypress,
void* aData)
{
// TextInputProcessor doesn't set alternative char code.
// TextInputProcessor doesn't set alternative char code nor modify charCode
// even when Ctrl key is pressed.
}
nsresult