PDA

View Full Version : need help debugging on Mac


pat@barelyfitz.com
09-17-03, 11:22 PM
I have some users complaining about a script not working on Mac IE. Unfortunately I don't have a Mac to test.

Can anyone turn on JavaScript error alerts and help me debug the following:

JavaScript Slideshow (http://www.barelyfitz.com/webapps/apps/slideshow/)

In particular, the following example page:

example-complete (http://www.barelyfitz.com/webapps/apps/slideshow/example-complete.html)

I'll donate $10 to EFF.org if I can successfully debug the script.

pat@barelyfitz.com

Perry
09-27-03, 01:24 AM
Your problem is on line 224 of slideshow.js

IE5 Mac doesn't support filters.

I hope this helps; if so , er hell if not, please help me if you can with my post about moving an element within an array.

pat@barelyfitz.com
09-27-03, 01:50 PM
Your problem is on line 224 of slideshow.js

IE5 Mac doesn't support filters.

Thanks... I thought the checks I had in place would take care of that, but maybe not. I changed a couple of things and made a new test - can you check out the following and see if it's still bombing?

http://www.barelyfitz.com/webapps/apps/slideshow/example-complete2.html

I hope this helps; if so , er hell if not, please help me if you can with my post about moving an element within an array.

Done.

Perry
09-27-03, 02:42 PM
It still errors on the filters.
Maybe you could do a hard exclusion of MacIE on filters.

pat@barelyfitz.com
09-27-03, 02:51 PM
It still errors on the filters.
Maybe you could do a hard exclusion of MacIE on filters.

Blech, I hate doing browser detection.

Thanks for the help.