Commit 9bdbf30a authored by Oleg Korshul's avatar Oleg Korshul

chrome cancel composite input (escape)

parent c85c6079
......@@ -538,6 +538,14 @@
this.clear();
}
}
if (this.IsUseFirstTextInputAfterComposition && c_oCompositionState.process == this.compositionState)
{
// chrome escape input. empty data and textInput not called
this.onCompositionEnd(e, "");
this.IsUseFirstTextInputAfterComposition = false;
}
},
onTextInput : function(e)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment