You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/10/19 06:43:38 UTC

[GitHub] zdqdtc opened a new issue #1648: box-shadow draw bug

zdqdtc opened a new issue #1648: box-shadow draw bug
URL: https://github.com/apache/incubator-weex/issues/1648
 
 
   <!--
   Thanks for using Weex. Please follow the [Bug Report Guidelines](http://weex-project.io/bug-report-guidelines.html) to file issues. A good bug report should include the following information:
   -->
   
   <!--
   感谢使用 Weex。请遵照 [Bug 报告指南](http://weex-project.io/cn/bug-report-guidelines.html) 创建 issue,希望你可以提供如下信息:
   -->
   
   ## Description
   
   <!-- The brief description of the potential bug. -->
   i use box-shadow in list component ,when  i scroll the list,the shadow is drawed  out of the list
   
   ## Environment
   Weex Version: 0.17.0
   Device Mode: MI 5s  AND All Devices
   <!-- The environment to reproduce this bug, such as **Weex Version** and **Device Mode**. -->
   <!-- You can get the environment of your device by [this example](http://dotwe.org/vue/1dea64f527db3fd109c0fb682d41c14f). -->
   
   ## Broken Example
   
   <!-- Please offer an example on the [online editor of Weex](http://dotwe.org/) to reproduce this bug. -->
    .m-gift-card {
           flex-direction: column;
           justify-content: space-between;
           height: 105wx;
           margin-left: 10wx;
           margin-right: 10wx;
           border-radius: 5wx;
           margin-bottom: 5wx;
           margin-top: 5wx;
           border-width: 1px;
           box-shadow: 10wx,20wx 5px #666666;
       }
   ## Steps to Reproduce
   <!-- Clear and concise steps to reproduce this bug. -->
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services