Technodawg
Junior Member
Posts: 3
Registered: 2/12/2005
Member Is Offline
|
| posted on 2/12/2005 at 02:38 PM |
|
|
Scroller PRO / IE Incompatibility
Ever since I installed the scroller (Pro version) on my message boards at:
http://mb8.scout.com/bbrownsinsider
I've been getting messages - only a couple per day, but some - complaining about problems with Internet Explorer. Here is a sample:
"I recently have been experiencing difficulty when I view the message boards. When I hit back after viewing a page or submit a post my computer
locks up and I get the "Explorer not responding" message. "
It is clearly tied to the scroller, and only occurs with IE.
Have you heard of this problem before? Is it related to cache settings?
This is a serious issue for us. Our visitors love the scroller, but I will have to ditch it if these problems continue.
|
|
|
Technodawg
Junior Member
Posts: 3
Registered: 2/12/2005
Member Is Offline
|
| posted on 2/14/2005 at 05:02 PM |
|
|
Lots of people complaining...
Check it out:
http://mb8.scout.com/fbrownsinsiderfrm15.showMessage?topicID=37322.topic
Bump...
|
|
|
Technodawg
Junior Member
Posts: 3
Registered: 2/12/2005
Member Is Offline
|
| posted on 2/17/2005 at 06:35 PM |
|
|
Hello?? McFly??
Anyone work here?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 2/18/2005 at 01:10 PM |
|
|
Reasons could be following
1. You call the script from different domain. Try to use same domain for the script.
2. You tpl file has following errors:
var LOOK = {
'size' : [730, 100], //you should not leave the coma after the last key-value pair.
},
BEHAVE = {
'auto' : true,
'vertical' : true,
'speed' : 3, //you should not leave the coma after the last key-value pair.
} // coma sign required
ITEMS = [
.....
|
|
|