EasyUI Forum
May 14, 2024, 03:03:34 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: DataGrid and IE Bug  (Read 17439 times)
LWardwell
Newbie
*
Posts: 7


View Profile Email
« 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");
}
Logged
LWardwell
Newbie
*
Posts: 7


View Profile Email
« Reply #1 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
Logged
LWardwell
Newbie
*
Posts: 7


View Profile Email
« Reply #2 on: October 27, 2011, 04:18:36 PM »

My apologies for the false alarm... there is actually an IE javascript issue inside jstree's xml_data plugin that was tripping up IE. :-(
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!