Bug 27659

Summary: IMGs don't animate in Safari
Product: WebKit Reporter: Aditya Mukherjee <aditya.vm>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase for bug. none

Description Aditya Mukherjee 2009-07-24 11:42:53 PDT
As demonstrated in the attached file, the images are meant to "grow" as and when they're loaded. This works as expected in Firefox and Chrome, but not in Safari 4. The commented out line, however, works in all three browsers as expected.

It's the same case when the images are made to "fade" in (doesn't work in Safari, works in Firefox and Chrome), if that helps.
Comment 1 Aditya Mukherjee 2009-07-24 11:43:34 PDT
Created attachment 33456 [details]
Testcase for bug.
Comment 2 Aditya Mukherjee 2009-07-24 11:47:09 PDT
Okay, correction: the bug is not consistent. I'll try to come up with a more consistent test case if I can, while someone reviews this.
Comment 3 Simon Fraser (smfr) 2009-08-02 15:18:56 PDT
How are you animating the images? The testcase is not simple enough.
Comment 4 Aditya Mukherjee 2009-08-05 22:50:20 PDT
They're being animated by Javascript (jQuery's "animate()" function). I believe it's a simple change of width and height from 0 to the final value with "setIntervals".

[I hope that's the answer you were looking for?]