Question

I have a web application that includes an ExtJS 4.1 grid.

I create the grid(and it is rendered right), but when I load the store, the whole page disappears. I have added a load listener on the store and it seems that the results are received successfully.

This problem occurs only in IE8 - Chrome and FireFox display everything right.

How should I fix this?

Was it helpful?

Solution

I have managed to solve this problem.

The problem was that I was also using PIE(http://css3pie.com/) and had customized the strong tag so that it had a shadow and rounded corners. One of the grid's fields had a few strong tags. It seems that the existence of more than one such tag in one cell makes IE8 crash(or something similar), hence the aforementioned problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top