Ok I KNOW i should use firefox. I know that. I've been an engineer for 10 years now so its gotten ground into me. I do all my testing, all my checking in firefox because of its better error handling and its firebug extension. And all is wonderful.
However the site I'm working must be IE7 compliant and they don't care about firefox they want it to work in IE. So at some point I need to test it in IE7. Herein lies the rub......... my app works marvelously in firefox, not at all in IE.
When I try to run it in IE all I get is [objectError] on the screen and nothing else. IE's charming debugging tells me "Expected identifier, string or number" on line 542 of some unspecified file made up of 6 of my JS files all cobbled together.
If the bussiness requirement is it has to work in IE I need some way to debug in IE. After I have it working in FF I need a way to find where the problems and incompatibilities are in IE. Can anyone suggest a good way of debugging through IE? I've tried the javascript:isc.showConsole() but it isn't telling me where the problem is. I haven't even seen anywhere it tells me there IS a problem.
Can anyone offer some advice? I'd really appreciate it.
However the site I'm working must be IE7 compliant and they don't care about firefox they want it to work in IE. So at some point I need to test it in IE7. Herein lies the rub......... my app works marvelously in firefox, not at all in IE.
When I try to run it in IE all I get is [objectError] on the screen and nothing else. IE's charming debugging tells me "Expected identifier, string or number" on line 542 of some unspecified file made up of 6 of my JS files all cobbled together.
If the bussiness requirement is it has to work in IE I need some way to debug in IE. After I have it working in FF I need a way to find where the problems and incompatibilities are in IE. Can anyone suggest a good way of debugging through IE? I've tried the javascript:isc.showConsole() but it isn't telling me where the problem is. I haven't even seen anywhere it tells me there IS a problem.
Can anyone offer some advice? I'd really appreciate it.
Comment