[Webkit-unassigned] [Bug 63314] Can only render first frame of animated gifs to canvas if image is hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 14:02:36 PDT 2011


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





--- Comment #5 from Matthew Delaney <mdelaney at apple.com>  2011-06-24 14:02:37 PST ---
(In reply to comment #4)
> @Matt: just seems kind of silly to have to do that. If scrollbars are present on the screen, you can just scroll over and see the gif, right?

Yea, I suppose setting the opacity to 0 or something would be the first thing I'd try, though it'll still be laid out somewhere on the page, so you'd have to deal with that.

Alternatively you could hide it behind the canvas that you're drawing into. Or in the left: -something case, you could just have overflow:hidden for its container to avoid scrolling.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list