[
https://issues.apache.org/jira/browse/WEEX-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420069#comment-16420069
]
ASF GitHub Bot commented on WEEX-270:
-------------------------------------
Github user weex-bot commented on the issue:
https://github.com/apache/incubator-weex/pull/1095
<!--
0 failure:
1 warning: No Changelog chan...
1 messages
-->
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Warnings</th>
</tr>
</thead>
<tbody><tr>
<td>:warning:</td>
<td>No Changelog changes!</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Messages</th>
</tr>
</thead>
<tbody><tr>
<td>:book:</td>
<td>danger 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>
> WXListComponent should add reload type of data update
> -----------------------------------------------------
>
> Key: WEEX-270
> URL: https://issues.apache.org/jira/browse/WEEX-270
> Project: Weex
> Issue Type: New Feature
> Components: iOS
> Affects Versions: 0.18
> Environment: iOS 8.0+
> Reporter: mengjianjun
> Assignee: Adam Feng
> Priority: Major
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Currently WXListComponent data update only supports insertRows. This can't be
> satisfied under some drop-down loading scenes. For example, the pulldown load
> needs to be positioned to the original position. When the tableView is still
> decaling and inserts and tries to fix the position, the cell will blink.
> Because when deceiring, the externally modified contentOffset will be
> re-edited by the internal implementation of tableView, altering contentOffset
> alternately will cause flicker problems. If you use the tableView reloadData
> this is not a problem, so you need to support the WXListComponent in the
> drop-down restore location scene to add the reload attribute.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)