Quote:
Originally Posted by gits
did you change something? the firebug showed the 2 mentioned errors ... actually there are some warnings only that shouldn't stop the code to work. now what particular problem do you have? could you explain it?
kind regards
Very kind of you to follow up. Thank you.
I pushed the javascript through two different LINT programs for vetting, did a bunch of small tweaks, then downloaded every web browser I could find (that will run on my Mac) and tested, tested, tested. FireFox, Safari, Camino, Opera, etc. No problems until Opera choked on the use of indexOf against an array, and some people reported that MSIE6 and 7 will do the same, so I added a prototype function for Array.indexOf to cover those bases.
The indexOf was in a position that could have caused the problem I originally reported -- it is in the function that updates the preview images that weren't updating properly for MSIE users. At this point everything looks fine from my end -- but it has all along, so I'm waiting for feedback from MSIE6&7 users/testers to see if this change made "the" difference.
I'll follow up once I have an answer.