[
https://issues.apache.org/jira/browse/WEEX-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279643#comment-16279643
]
ASF GitHub Bot commented on WEEX-162:
-------------------------------------
GitHub user gubaojian opened a pull request:
https://github.com/apache/incubator-weex/pull/931
[WEEX-162][android] When Cell Position Changed , outOfVisibleRange not right
When Cell Position Changed , outOfVisibleRange not accurate,
item.getCellPositionINScollable() get wrong position use instead.
boolean outOfVisibleRange = !ViewCompat.isAttachedToWindow(view);
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gubaojian/incubator-weex
release-0.17-cell-position-not-right
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/931.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #931
----
commit ed65633cd503c820b9a31f0651c1f42f4e705e7e
Author: jianbai.gbj <[email protected]>
Date: 2017-12-06T04:20:32Z
[WEEX-162][android] When Cell Position Changed , outOfVisibleRange not
accurate, item.getCellPositionINScollable() get wrong position, use
attachWindow instead
----
> When Cell Position Changed , outOfVisibleRange not accurate,
> item.getCellPositionINScollable() get wrong position
> -----------------------------------------------------------------------------------------------------------------
>
> Key: WEEX-162
> URL: https://issues.apache.org/jira/browse/WEEX-162
> Project: Weex
> Issue Type: Bug
> Reporter: codefurture
> Assignee: Adam Feng
>
> When Cell Position Changed , outOfVisibleRange not accurate,
> item.getCellPositionINScollable() get wrong position use instead.
> boolean outOfVisibleRange = !ViewCompat.isAttachedToWindow(view);
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)