[
https://issues.apache.org/jira/browse/WEEX-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242505#comment-16242505
]
ASF GitHub Bot commented on WEEX-98:
------------------------------------
Github user weex-bot commented on the issue:
https://github.com/apache/incubator-weex/pull/837
<!--
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>
> addEvent will lead to view load again, especially the view just re-used for
> memory usage
> ----------------------------------------------------------------------------------------
>
> Key: WEEX-98
> URL: https://issues.apache.org/jira/browse/WEEX-98
> Project: Weex
> Issue Type: Bug
> Components: iOS
> Reporter: xingZhang
> Assignee: Adam Feng
>
> In most case , element in cell will be re-use for memory especially in very
> long list, but if I call addEvent for this element, here will generate a new
> view for this element.
> For instance, image element in cell will re-use if it is disappear in
> vision area, and loaded again while it back to visual area. In this case ,
> when it disappear, just add event such as click, touch and so on , it will
> then generate a new view ,and load image again, although it is off-screen.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)