[Webkit-unassigned] [Bug 242513] Animation doesn't play with grid and position absolute (bad grid repaint)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 12:16:01 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=242513

--- Comment #7 from Oriol Brufau <obrufau at igalia.com> ---
Created attachment 462362

  --> https://bugs.webkit.org/attachment.cgi?id=462362&action=review

test case 2

This isn't really related to CSS animations, same problem when changing the width with JS.

The problem seems to be that, if the width shrinks from e.g. 100px to 90px, then these 10px need to be repainted. However, if the 1st column is 1px wide, only 10-1=9 pixels will be repainted, the other pixel stays red.

In the original testcase these non-repainted areas touch each other, so it seems the animation is not playing at all. But in this new testcase it's clearer what's happening.

-- 
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/20220915/cca7451e/attachment-0001.htm>


More information about the webkit-unassigned mailing list