You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/10/31 16:31:30 UTC

[GitHub] [incubator-echarts] 100pah opened a new pull request #11541: fix: add test case for ios13 z order bug.

100pah opened a new pull request #11541: fix: add test case for ios13 z order bug.
URL: https://github.com/apache/incubator-echarts/pull/11541
 
 
   The bug is fixed in: https://github.com/ecomfe/zrender/pull/522
   IOS13 safari probably has a compositing bug (z order of the canvas and the consequent
   dom does not act as expected) when some of the parent dom has
   `-webkit-overflow-scrolling: touch;` and the webpage is longer than one screen and
   the canvas is not at the top part of the page.
   Check `https://bugs.webkit.org/show_bug.cgi?id=203681` for more details. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org