[Webkit-unassigned] [Bug 139435] http://omfgdogs.info/ only animates when you resize the window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 10:25:41 PST 2014


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Yes, it looks like the isInsideViewport() detection is broken for this case:
shouldRepaintForImageAnimation(0x119fc5398, viewport: [0, 0, 1638, 1299])
-> rects don't intersec, element rect: [8, 8, 1638, 0]
-> outsideViewport()

It is claiming the image is outside the viewport because its absoluteClippedOverflowRect has 0 height for some reason.

-- 
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/20141209/18aa3a30/attachment-0002.html>


More information about the webkit-unassigned mailing list