Show Posts
|
Pages: [1]
|
5
|
General Category / Bug Report / Re: DataGrid and IE Bug
|
on: October 27, 2011, 03:26:42 PM
|
More IE only issues with 1.2.4. FF, Chrome, Safari are all rendering just fine.
SCRIPT5007: Unable to get value of the property 'options': object is null or undefined jquery.layout.js, line 13 character 1 SCRIPT5007: Unable to get value of the property 'options': object is null or undefined jquery.tabs.js, line 67 character 1 SCRIPT5007: Unable to get value of the property 'options': object is null or undefined jquery.datagrid.js, line 34 character 1
|
|
|
6
|
General Category / Bug Report / DataGrid and IE Bug
|
on: October 27, 2011, 10:33:22 AM
|
With IE 7+ I'm seeing this trying to load a DataGrid:
SCRIPT5007: Unable to get value of the property 'field': object is null or undefined jquery.datagrid.js, line 657 character 1
Rendering the page with Chrome, Safari or FF works. Only IE fails.
function _a5(r){ var ff=[]; var c=0; for(var i=0;i<_a1[r].length;i++){ var col=_a1[r]; if(col.field) ff.push([c,col.field]); } c+=parseInt(col.colspan||"1"); }
|
|
|
|