Вопрос

I am using IE8 in compatibility view and while this does produce acceptable rendering, this only happens after a refresh.

When the page is first loaded, it wouldn't display at all (staying at the previous page) and only give this error:

Invalid argument
IE9.js
Code: 0
Line: 6
Char: 28214 

My searches for a solution to this problem yielded the following old thread which doesn't provide any solution.

It does however provide a link to the minimal reproducible test case that demonstrates this bug.

http://panoptic.com/ie7-js-300/

Hit that URL with IE8 with "Compatibility View" turned on, and you'll see the JS error.

When examining the IE9.js file, line 6 char 28214 point to the . in:

g.runtimeStyle[a]=

Any idea how to solve this problem? (yes, it needs to work in compatibility view)

Это было полезно?

Решение

This might give you some direction to where the problem. http://code.google.com/p/ie7-js/issues/detail?id=300#c12

Even I am searching for the solution.

Update : http://code.google.com/p/ie7-js/issues/detail?id=354

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top