简体   繁体   English

页面在加载时消失

[英]Page disappears on load

I have a web application that includes an ExtJS 4.1 grid. 我有一个包含ExtJS 4.1网格的Web应用程序。

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. 仅在IE8中会出现此问题-Chrome和FireFox正确显示一切。

How should I fix this? 我该如何解决?

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. 问题是我还使用了PIE(http://css3pie.com/)并自定义了strong标签,因此它具有阴影和圆角。 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. 似乎在一个单元中存在多个这样的标记会使IE8崩溃(或类似现象),因此出现了上述问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM