Skip to content

Commit abf3562

Browse files
committed
fix: add test case for ios13 z order bug.
The bug is fixed in: ecomfe/zrender#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.
1 parent b3057ac commit abf3562

File tree

2 files changed

+390
-0
lines changed

2 files changed

+390
-0
lines changed

test/-cases.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'touch-test.html',
3434
'touch-candlestick.html',
3535
'tooltip-touch.html',
36+
'ios13-z-bug.html',
3637
'bar.html',
3738
'line.html',
3839
'geoLine.html',

0 commit comments

Comments
 (0)