Hi


I have the problem with combobox when the page is loaded in TabPanel.
To reproduce my problem, please create a new file with code below
and as a Default.aspx page use your page from /examples/Custom_Search.

    


<form id="form1" runat="server">


<ext:ScriptManager ID="ScriptManager1" runat="server" />





<ext:TabPanel ID="TabPanel1" runat="server" ActiveTabIndex="0" Header="false" Border="false" 


BodyStyle="border:0px;" >


<Tabs>


<ext:Tab ID="Tab1" runat="server" Title="Customer" AutoScroll="True" Height="800" >


<AutoLoad Url="Default.aspx" ShowMask="true" Mode="IFrame" Scripts="false" ></AutoLoad>


</ext:Tab>


<ext:Tab ID="Tab2" runat="server" Title="....2" AutoScroll="True" Height="800">


</ext:Tab>





</Tabs>


</ext:TabPanel>






</form>

After all, the page is visible only on the top, very tiny. Is it a bug in rendering?


Regards