Reputation: 13121
I was reading some posts about this error but it looks like that none of them have the same error. My application runs perfectly in chrome and firefox but today I got shocked when I realized that it didn't work in IE8.
Now comes the really fun part. When I access the application with IE8, I just see a blank page (and the sign indicating an error at the bottom left), but when I refresh the website it works!!
So I think it must be something with the cache of IE. Because when I clear the cache, then it works for one time. When I enter the address in the browser again, it doesn't work anymore. After reloading the page it works again.
I found out that the problem should be something with RPC calls. So if a RPC call is being executed I get the java script error. Then I reload the the site and execute the RPC call again => it works. I hope someone can help me further.
Upvotes: 1
Views: 935
Reputation: 13121
So after all it looks like that using the slider of the jquery library produces the whole problem. Maybe jquery throws the exception but it get's handled when a RPC call is done... Furthermore it looks like that when jquery is being cached by the browser it produces the error.
So after days of figuring out a solution I replaced the handsome jquery slider with a smartgwt slider.
Upvotes: 1