angularJS textAngular输入框在输入文本后失去焦点

时间:2015-01-21 20:01:14

标签: angularjs input focus textarea richtextbox

输入字符后输入框失去焦点时出现问题。这仅在首先选择文本角度RTB然后选择输入框时发生。

这是一个链接到一个说明问题的plunker。 http://plnkr.co/edit/m5A6ReSXbpmEEeheXV3W?p=preview

<p>Focus on textarea second and then begin typing</p>
<textarea id='textarea1' stop-event="touchend"></textarea>
<p>Focus on the RTB first</p>
<text-angular ng-model="content1" stop-event="focusout"></text-angular>

提前感谢您的回复, 乔纳森

1 个答案:

答案 0 :(得分:2)

此问题应在最新版本v1.3.0中修复。 具有相同根本原因的问题:https://github.com/fraywing/textAngular/issues/468

编辑:我监控github问题和搜索最新的textAngular问题,我在GMT + 13上,所以你可能要等一天才能得到答复,但我通常会在24小时内回复周。