Clicking the button of the combobox makes no effect. Dropdown list appears only on KeyPress within the TextBox. TextBox doesn't allow to enter more tрan one symbol, except '-' and '.'
Comments: I'm using version 4.1.60623.0 and FireFox. The error happens only when using combobox within jquery tabs. -DropDown is shifted -DropDown appears either on button click or combobox click -TextBox doesn't allow to enter something from a keyboard <div id="tabs"> <ul> <li><a href="#dvReceiptKey"><span>По номеру приемки</span></a></li> <li><a href="#dvDateStorer"><span>По дате и владельцу</span></a></li> </ul> <div id="dvReceiptKey" style="width:500px;"> <ajaxToolkit:ComboBox ID="cbReceiptKey" runat="server" style="position:relative;" DataTextField="Номер ПУО" DataValueField="Номер ПУО" DropDownStyle="Simple" EnableTheming="True"> </ajaxToolkit:ComboBox> </div> <div id="dvDateStorer" style="border-color: #3366CC; width: 500px"> </div> </div>
Comments: I'm using version 4.1.60623.0 and FireFox. The error happens only when using combobox within jquery tabs. -DropDown is shifted -DropDown appears either on button click or combobox click -TextBox doesn't allow to enter something from a keyboard <div id="tabs"> <ul> <li><a href="#dvReceiptKey"><span>По номеру приемки</span></a></li> <li><a href="#dvDateStorer"><span>По дате и владельцу</span></a></li> </ul> <div id="dvReceiptKey" style="width:500px;"> <ajaxToolkit:ComboBox ID="cbReceiptKey" runat="server" style="position:relative;" DataTextField="Номер ПУО" DataValueField="Номер ПУО" DropDownStyle="Simple" EnableTheming="True"> </ajaxToolkit:ComboBox> </div> <div id="dvDateStorer" style="border-color: #3366CC; width: 500px"> </div> </div>