[Webkit-unassigned] [Bug 138162] Partially rendered translate3d(0, 0, 0) menus after zooming in
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 29 15:48:24 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=138162
--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
I think what's happening here is that when clicking on the dropdowns, the GraphicsLayer is changing size from BIG to SMALL temporarily, but a bunch of repaints come in when it's SMALL and we clip them using layer size. Then it gets resized to BIG again (but we don't repaint the new area), then process the (clipped) repaint rects.
--
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/20141029/666fc33d/attachment-0002.html>
More information about the webkit-unassigned
mailing list