Commit 2a0cc532 authored by Oleg Korshul's avatar Oleg Korshul

.

parent ca9e08f9
...@@ -1265,15 +1265,7 @@ ...@@ -1265,15 +1265,7 @@
// если ввести, войти в // если ввести, войти в
// композицию, стереть до начала и начать снова ввод. Тогда, после последнего onCompositionEnd // композицию, стереть до начала и начать снова ввод. Тогда, после последнего onCompositionEnd
// не придет onInput - и флаг не сбросится // не придет onInput - и флаг не сбросится
this.TextInputAfterComposition = false;
if (this.TextInputAfterComposition)
{
var _value = this.getAreaValue();
var _data = _value.substring(this.ieNonCompositionPrefix.length);
this.onCompositionEnd({ data : "nonWait" }, _data);
this.TextInputAfterComposition = false;
}
// запоминаем, с чего все началось // запоминаем, с чего все началось
this.ieNonCompositionPrefix = this.getAreaValue(); this.ieNonCompositionPrefix = this.getAreaValue();
......
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