Hi,
I get the message
SCRIPT5007: Unable to get value of the property 'setAttrs': object is null or undefined
in the tabview.render() line when I run the code below in IE 8, or IE 9 compatibility mode. IE 9 native mode, Firefox, etc. seem to work fine.
var tabview;
YUI().use('tabview', function(Y) {
var kyedtabs = document.getElementById('kyedtabs');
tabview = new Y.TabView({srcNode:kyedtabs});
tabview.render();
});
The error happens around 50% of the time only, as if it's a timing issue. Is there a way around this?
Many thanks,
Mike