If you use a TabContainer with UseVerticalStripPlacement="True", the script throws an error in IE on this line:
$get(this.get_id() + "_headerSpannerHeight").style.height = spannerHeight;
On my page, spannerHeight is calculated as -67px. This throws an error in IE 8 but is fine in Firefox 13 and Chrome 11.
Note, my TabContainer is empty and I am dynamically adding content to it during Page_Init. I am using Ajax Control Toolkit 4.1.60623.
$get(this.get_id() + "_headerSpannerHeight").style.height = spannerHeight;
On my page, spannerHeight is calculated as -67px. This throws an error in IE 8 but is fine in Firefox 13 and Chrome 11.
Note, my TabContainer is empty and I am dynamically adding content to it during Page_Init. I am using Ajax Control Toolkit 4.1.60623.