scopingBar_separator undefined?
I'm getting a JS error:
'scopingBar_separator' is undefined
...when loading a map that adds a collection from local.live.com.
Works in FireFox, but not in Internet Explorer. Was working and then stopped spontaneously, no code changes.
Page can be viewed here:
http://www.downtownwilmington.com/Nightlife
I've tried it on a couple machines, emptied browser cache, etc...
Any ideas?
Error appears in IE6 at line:
var taskAreaHeight=document.body.clientHeight-(scopingBar_separator.offsetTop+scopingBar_separator.offsetHeight)-footer.offsetHeight;I've never seen this before, a quick look at your code doesn't reveal anything abnormal. I would start removing functionality to identify what line of your js code is causeing this and then maybe others can help?
John.
My concern is that it is a problem with the VE control, not my code. The reason being is that it was working and spontaneously stopped plus it works fine in FireFox.
Having said that, I have disabled a few things including the other DHTML menus on that page, etc... but nothing seems to work.
Are there any recent changes (other than the new code release) that have been implemented? Or perhaps it is the new code release? I can't say I noticed this happening before today or yesterday.
Well done spotting that one. Rest assured you won't be the only person that does that. At least now others can find the problem.
Your best bet would be not use an ID of footer anywhere.
John.