[
https://issues.apache.org/jira/browse/WEEX-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253096#comment-16253096
]
ASF GitHub Bot commented on WEEX-119:
-------------------------------------
GitHub user acton393 opened a pull request:
https://github.com/apache/incubator-weex/pull/867
[WEEX-119][iOS] disable tableview estimation row or section height.
according to
https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370
https://forums.developer.apple.com/message/245686 this estimation action
will make tableview edit abnormal, crash sometimes
so disable it from iOS 11.
Bug: 119
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acton393/incubator-weex
iOS11-tableview-estimate-adapter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/867.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 #867
----
commit ada7945ec8b4c4e1b3c73ef47a41c1ef08d29c54
Author: acton393 <[email protected]>
Date: 2017-11-15T08:22:01Z
[WEEX-119][iOS] disable tableview estimation row or section height.
according to
https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370
https://forums.developer.apple.com/message/245686 this estimation action
will make tableview edit abnormal, crash sometimes
so disable it from iOS 11.
Bug: 119
----
> iOS 11 tableview abnormal and crash on some iPhone
> --------------------------------------------------
>
> Key: WEEX-119
> URL: https://issues.apache.org/jira/browse/WEEX-119
> Project: Weex
> Issue Type: Bug
> Reporter: xingZhang
> Assignee: xingZhang
>
> this behavior may make tableview programing edit abnormal.
> https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370
> https://forums.developer.apple.com/message/245686
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)