Closed Bug 25746 Opened 25 years ago Closed 25 years ago

Problem with cursors.com content

Categories

(Core :: DOM: Core & HTML, defect, P3)

PowerPC
Mac System 9.x
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: devsin, Assigned: pnunn)

References

()

Details

Mozilla  has a problem executing the Javascript code on this site. The script is for animating the 'sprockets' images on the homepage. The 
sprockets rotate in an inconsistent and very rigid manner. Testing on Communicator 4.7 shows that they should rotate in a fluid and repetitive 
manner.  The javascript code is below:

<script language="JavaScript">

<!--
        if(document.images) {
                ftover = new Array(2);
                ftout = new Array(2);
                for(var n=1;n<=4;n++) {
                        ftover[n]=new Image(57,57);
                        ftout[n]=new Image(57,57);
                        ftover[n].src="red_yel.gif";
                        ftout[n].src="red_yel_static.gif";
                }
        }
        function tabOn(i) {
                if(document.images) document.images["ft" + i].src=ftover[i].src;
        }
        function tabOff(i) {
                if(document.images) document.images["ft" + i].src=
ftout[i].src;
        }
//-->

</script>

Mozilla fails to correctly execute this script - the images should rotate in a consistent manner but in Moz they're too 'herky-jerky' (<--scientific!) 
and very inconsitent.

I experienced this running Mozilla-Mac-M14 (200001908) with Mac OS 9.
Whiteboard: [MAKINGTEST] stephen.spencer@flashmail.com
Well, the sprocket animation is just done through an animaged GIF. The 
performance issues are in our animated GIF/gfx/compositor code. Passing this one 
along to Pam Nunn to see if there are known animated GIF problems.
Assignee: vidur → pnunn
I'll check it out.
-p
Status: NEW → ASSIGNED
Target Milestone: M16
Whiteboard: [MAKINGTEST] stephen.spencer@flashmail.com
I checked out www.cursors.com tonight w/ MozMacM14 (2000022108) OS 9 and the
GIFs seem to be working fine - pretty much perfect as far as speed/display etc.
goes. Has a fix been checked in for this or is this the result of some other
fixes? Possibly fixed; might need 'verifyme' keyword.
Several fixes for other bugs have been checked
in and may have fixed this bug.

If you are happy, I am happy. (and going on to other bugs.)

I'm closing this one. 
Thanks for your quick feedback.
-P
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
No problem. Going to add 'verifyme' keyword to get it closed for good.

Keywords: verifyme
Verified with 02-29-09
Status: RESOLVED → VERIFIED
Keywords: verifyme
OS: Mac System 9.x
You need to log in before you can comment on or make changes to this bug.