Bug 147234

Summary: animated gif are not independant
Product: [Applications] konqueror Reporter: Daniel Sauvé <megametres>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: kollix, rpogomes
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Sauvé 2007-06-26 11:31:56 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Gentoo Packages
Compiler:          gcc 4.1.2  CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer"
OS:                Linux

I put the same animation gif in a web page on two adjacent button and when I switch from the two buttons during the animation, the animation start in the first Image and continue on the second one after I switch the mouse position to the second image...

Another issue that I think is related is when I moveaway the mouse pointer from one image (link) the mouseover animated gif start on the two (or more) images

I made a test page availlable on my home web page it is not always availlable but anyway here is the link : http://metres.homelinux.com/KDE/BugExample1.html
Comment 1 Rui G. 2008-06-12 22:11:26 UTC
Your link is unavailable. Do you still experience that bug in recent versions? 
Comment 2 Daniel Sauvé 2008-06-21 20:07:53 UTC
I just recreated an example page (http://metres.homelinux.com/~metres/Konqueror/),I'll just paste code here : 

<img src="Image.gif" onmouseover="this.src='Image2.gif'" onmouseout="this.src='Image.gif'"><br><br>
<img src="Image.gif" onmouseover="this.src='Image2.gif'" onmouseout="this.src='Image.gif'"><br><br>

Where image1 and image2 are two animated gif

Still there, KDE 3.5.9... did not tried under kde4 
Comment 3 Martin Koller 2011-06-26 16:05:49 UTC
works in KDE 4.6.4