[
https://issues.apache.org/jira/browse/WEEX-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456118#comment-16456118
]
ASF GitHub Bot commented on WEEX-299:
-------------------------------------
Github user weex-bot commented on the issue:
https://github.com/apache/incubator-weex/pull/1138
<!--
0 failure:
0 warning:
2 messages
-->
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Messages</th>
</tr>
</thead>
<tbody><tr>
<td>:book:</td>
<td>has no jsfm file changed.</td>
</tr>
<tr>
<td>:book:</td>
<td>jsfm test finished.</td>
</tr>
</tbody>
</table>
<p align="right">
Generated by :no_entry_sign: <a
href="http://github.com/danger/danger-js/">dangerJS</a>
</p>
> Touch event will transmit to next layer
> ---------------------------------------
>
> Key: WEEX-299
> URL: https://issues.apache.org/jira/browse/WEEX-299
> Project: Weex
> Issue Type: Bug
> Reporter: quanyun wei
> Assignee: Adam Feng
> Priority: Critical
>
> This is the test demo in
> [dotwe|[http://dotwe.org/vue/d269c46eabb5da4bda6c8ac91a11c464]|http://dotwe.org/vue/d269c46eabb5da4bda6c8ac91a11c464],]
> when touch the text, the div will also response the touch event.
> {code:java}
> //代码占位符
> <div class="wrapper" @touchstart="touchstart">
> <text style="font-size:100px;
> border-width:2px;width:600px;height:600px;top:40px;left:40px"
> ontouchcancel='ontouchcancel' ontouchend="ontouchend"
> @touchstart="ontouchstart" @touchmove="ontouchmove" @touchend="ontouchend"
> @shouldStopPropagation="shouldStopPropagation"
> >{{forceValue}}</text>
> </div>
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)