You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/13 08:43:00 UTC

[jira] [Commented] (WEEX-84) on Android N 7.0 clip child view does not works

    [ https://issues.apache.org/jira/browse/WEEX-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203197#comment-16203197 ] 

ASF GitHub Bot commented on WEEX-84:
------------------------------------

Github user wispy316 commented on the issue:

    https://github.com/apache/incubator-weex/pull/790
  
    https://issues.apache.org/jira/browse/WEEX-84
    
    Demo: 
    http://rax.alibaba-inc.com/playground/1094b05a-0b0e-4ec3-a962-c91c8d22f21f
    
    APK:
    http://mtl.alibaba-inc.com/oss/mupp/55218/2785369/2785369/f46de55f54a9b9a251d8240640f2d840/taobao-android-debug.apk



> on Android N 7.0 clip child view does not works
> -----------------------------------------------
>
>                 Key: WEEX-84
>                 URL: https://issues.apache.org/jira/browse/WEEX-84
>             Project: Weex
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 0.16
>            Reporter: xingjiu
>            Assignee: zhengshihan
>            Priority: Minor
>         Attachments: 1broken.png, 1works.png
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> com.taobao.weex.utils.WXViewUtils#clipCanvasIfAnimationExist
> here ignore all android N 7.0 machines to use clip chlid views feature. (overflow:hidden)
> as https://code.google.com/p/android/issues/detail?id=225556&sort=-id&colspec=ID says.
> only 7.0 view has been scaled or rotate, then do the clipPath will fail with a broken render.
> A normal view is ok with clipPath. 
> Demo: 
> http://rax.alibaba-inc.com/playground/1094b05a-0b0e-4ec3-a962-c91c8d22f21f
> PR here:
> https://github.com/apache/incubator-weex/pull/790
> [~kyork]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)