Using Net Framework 4.03. Ajax Control Toolkit 4.1.7.1213 (14/12/2013)
The Tab Container Control in IE 8 is not visible (OK in IE10)
The error is "Object doesn't support this property or method"
File: jQuery.Tabs.TabPanel.debug.js
Line: self._tabIndex = opt.owner.get_tabs().length;
Comments: Further to my last message, in IE10 it shows this error: > Unable to get property '_set_active' of undefined or null reference That points to the _setActiveTabIndex function: ``` _setActiveTabIndex:function(n) { var t=this,i=t.options,r,u; if(n<-1) throw"invalid tab index"; ```
The Tab Container Control in IE 8 is not visible (OK in IE10)
The error is "Object doesn't support this property or method"
File: jQuery.Tabs.TabPanel.debug.js
Line: self._tabIndex = opt.owner.get_tabs().length;
Comments: Further to my last message, in IE10 it shows this error: > Unable to get property '_set_active' of undefined or null reference That points to the _setActiveTabIndex function: ``` _setActiveTabIndex:function(n) { var t=this,i=t.options,r,u; if(n<-1) throw"invalid tab index"; ```