【发布时间】:2015-03-20 11:32:51
【问题描述】:
我遇到输入框在输入字符后失去焦点的问题。仅当先选择文本角度 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>
提前感谢您的回复, 乔纳森
【问题讨论】:
-
我想你可能也想在 github 上问这个问题。
-
@maxisam,我有。我也只是在这里发布它来涵盖我所有的基础。这是 github 帖子的链接。 github.com/fraywing/textAngular/issues/505
标签: angularjs input focus textarea richtextbox