Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
angularJS文本Angular输入框在输入文本后失去焦点_Angularjs_Input_Focus_Textarea_Richtextbox - Fatal编程技术网

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

angularJS文本Angular输入框在输入文本后失去焦点,angularjs,input,focus,textarea,richtextbox,Angularjs,Input,Focus,Textarea,Richtextbox,我遇到一个问题,输入字符后,输入框失去焦点。仅当首先选择文本角度RTB,然后选择输入框时,才会发生这种情况 这里有一个链接指向一个演示该问题的plunker。 第二次关注文本区域,然后开始键入 首先关注RTB 提前感谢您的回复, Jonathan这个问题应该在最新版本v1.3.0中解决。 具有相同根本原因的问题: 编辑:我监控github问题和搜索最新问题,我在GMT+13上,所以你可能需要等待一天才能得到回复,但我通常会在一周的24小时内与人联系。我想你可能也想在github上问这个问题。

我遇到一个问题,输入字符后,输入框失去焦点。仅当首先选择文本角度RTB,然后选择输入框时,才会发生这种情况

这里有一个链接指向一个演示该问题的plunker。

第二次关注文本区域,然后开始键入

首先关注RTB

提前感谢您的回复,
Jonathan

这个问题应该在最新版本v1.3.0中解决。 具有相同根本原因的问题:


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

我想你可能也想在github上问这个问题。@maxisam,我有。我只是把我所有的基础都贴在这里。这里有一个到github帖子的链接。谢谢你,先生!你就是炸弹。
<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>