0

我有一个 ng-grid 视图,在 IE8 标准文档模式下无法正确显示 IE。问题是 Angular 动态创建的控制列宽的 CSS 样式似乎没有被渲染。

此处描述的解决方案不适用,因为我使用的是已修复报告的错误的较新版本的网格。

调试 javascript,ng-grid 脚本中出现以下错误:

SCRIPT65535: Unexpected call to method or property access. 
ng-grid-2.0.6.js, line 311 character 13

有谁知道这个的解决方法?

使用版本:angularJS 1.0.7、ng-grid 2.0.6、JQuery 1.9.1。

4

1 回答 1

0

I am using ng-grid and stuck supporting IE8. I do not have this issue. What is the compile time of the ng-grid.js file that you are using? If I look at my line 311 it's related to setColLeft. Is this the same for you?

Can you link to the version of ng-grid you are using? Here is their latest: https://github.com/angular-ui/ng-grid/blob/fb117189cc1f0c6f8d4a3d926c41601168c348b7/build/ng-grid.js

于 2013-06-28T17:20:46.437 回答