Hangul typing from being updated to chromium 53.0.2785.116 version is abnormal.
Chrome : 53.0.2785.116 (64-bit)
typing Chinese too
@x-yao Show them.
Chrome 52 work fine. This bug come when update Chrome 53
@mrdream24 same problems.
my product is broken. I tested Chrome 54 is abnormal.
What do you think about this problem?
@hangum my product is broken,too.
I can't solve this problem
@mrdream24 my product is Tadpole DB Hub(https://tadpolehub.com/).
you?
@hangum ζι
@mrdream24 thanks.
github use ace lib. has the same bug.
https://c9.io is same bug.
I don't know why but i just commented "onCompositionUpdate function" in ace.js file. It works.
@anhh are you fix the problem?
It seems like to work. I just tested hangul only. In the first line "onCompositionUpdate function", just put "return;" code.
It might have some side effects, but until now there is no side effect.
@anhh κ°μ¬ν©λλ€. λꡬμΈμ?
ace.js νμΌμ λΆλΆμ λ€μκ³Ό κ°μ΄ μ²λ¦¬νμ΅λλ€.
var onCompositionUpdate = function() {
// if (!inComposition || !host.onCompositionUpdate || host.$readOnly)
// return;
// var val = text.value.replace(/x01/g, "");
// if (inComposition.lastValue === val) return;
//
// host.onCompositionUpdate(val);
// if (inComposition.lastValue)
// host.undo();
// inComposition.lastValue = val;
// if (inComposition.lastValue) {
// var r = host.selection.getRange();
// host.insert(inComposition.lastValue);
// host.session.markUndoGroup();
// inComposition.range = host.selection.getRange();
// host.selection.setRange(r);
// host.selection.clearSelection();
// }
};
μ²λ¦¬ νμ κ²½μ° λ¬Έμ λ
μ½€λ§λ₯Ό μ
λ ₯νκ³ νκΈμ μ
λ ₯νλ€κ° μ§μ°λ©΄ μ²μμ μ
λ ₯νλ μ½€λ§κ° μμ λλ μ€λ₯κ° μλ€μ.
μλ₯Όλ€μ΄ 'νκΈν
μ€νΈ λΌκ³ μ
λ ₯νλ μ€κ°μ λ€λ‘ μμ νλ©΄ μ²μμ μ
λ ₯νλ μ½€λ§κΉμ§ μμ λλ λ¬Έμ κ° μμ΅λλ€.
κ·Έλλ κ°μ¬ν©λλ€. μμ ν¨μΉλΌλ λ΄λ³΄λ΄μΌκ² λ€μ.
λꡬμ μ§ μλ €μ£Όμλ©΄ 컀νΌλ λ°₯μ΄λΌλ μ¬κ³ μΆμ΅λλ€.
Most helpful comment
It seems like to work. I just tested hangul only. In the first line "onCompositionUpdate function", just put "return;" code.
It might have some side effects, but until now there is no side effect.