[Webkit-unassigned] [Bug 226462] New: Clip path is not working rarely
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 31 02:16:33 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=226462
Bug ID: 226462
Summary: Clip path is not working rarely
Product: WebKit
Version: Safari 14
Hardware: iPhone / iPad
OS: iOS 14
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: roland at nextendweb.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Created attachment 430188
--> https://bugs.webkit.org/attachment.cgi?id=430188&action=review
iPhone 11 screen recording
Steps to reproduce:
1. Open https://smartslider3.com/bugs/webkit/clippath/?3
2. Touch an drag the colored area upward to switch slides
3. If the clipping issue does not appear rotate the device from portrait to landscape or landscape to portrait.
What's went wrong?
The frame (guy's back), the watch image and framed mountain should be clipped at the bluish background by clip-path, but they sometime are visible over the greenish slide.
Expected result:
All image should be clipped where the two background color meet.
Able to reproduce on iPad 7th gen ( IOS 14.5.1) and iPhone 11 (IOS 14.6).
This issue happens more often if you open https://smartslider3.com/photo-app-slider/ and switch from second to third slide. In this case the portrait/landscape switch is not needed.
The following element has the clip path:
.n2-ss-full-page--constrain-ratio .n2-ss-layers-container {
clip-path: var(--ss-clip-path, inset(0px));
}
and the --ss-clip-path variable adjust over time with the following syntax: inset(-[varies]px 0px -[varies]px 0px)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210531/1086a1cc/attachment.htm>
More information about the webkit-unassigned
mailing list