[Webkit-unassigned] [Bug 185677] New: drop-shadow filter prevents div background refresh with overflow: auto
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 16 04:20:31 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185677
Bug ID: 185677
Summary: drop-shadow filter prevents div background refresh
with overflow: auto
Product: WebKit
Version: Safari 11
Hardware: Unspecified
OS: iOS 11
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: t.belousova at dglogik.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
We have div contains items with drop-shadow filter and these items are under initially visible area. When scrolling down we can see that background is not updating.
Steps to reproduce:
1) Open https://codepen.io/tbelousova/pen/bMmNaq in Safari
2) Click on the visible item of the left list. These items have drop-shadow filter. Item will change background to red.Text of the clicked div will be shown between lists.
3) Scroll down this list and click previously invisible item. Background either won't be changed or there will be drawing artifacts. Text of the clicked div will be shown between lists.
4) If rotate device background will be rendered. After first not-rendered background other items' backgrounds can be not rendered as well.
5) Click on the visible item of the right list. These items don't have drop-shadow filter. Item will change background to blue. Text of the clicked div will be shown between lists.
6) Scroll down this list and click previously invisible item. Item will change background to blue. Text of the clicked div will be shown between lists.
So list without drop-shadow is rendered correctly while with drop-shadow not.
Tested on iPad3 with IOS 8.4, iPhone5 IOS 10.3.3, iPhone 5S iOS 11.3, iPhone 10 iOS 11.3
--
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/20180516/0176b3bc/attachment.html>
More information about the webkit-unassigned
mailing list