Dojo: Problem of having TabContainer inside ContentPane in IE8
In Dojo, the popular JavaScript library, we have ContentPane which allows us to put different widget into it, such as TabContainer , DataGrid , etc. They works fine in most browsers, but in IE 8, that could be a bit tricky. Suppose we have the following code fragment: <div id="testContentPane" data-dojo-type="dijit/layout/ContentPane"" style="height: 200px; overflow: auto; border: 5px blue solid;"> testing 1 <br> testing 2 <br> testing 3 <br> testing 4 <br> testing 5 <br> testing 6 <br><br> <div id="testTabContainer" data-dojo-type="dijit/layout/TabContainer" style="width:80%; height:200px;" disabled='disabled'> <div id="t...