dropdown problem
-
hi all.. I have an asp:dropdownlist on that page. After an UpdatePanel async postback, the DropDown stops working. it is clickable but does not open up (or drop down). If you click somewhere else on the page, then click again on the dropdown then it expands, but the value does not change. Then, if I switch to another Browser window or another application then come back, Voila! it has become ok. The dropdown now works completely normal. This all has started happening recently only in Firefox. All other browsers including IE 7, Chrome, Safari don't have this issue and work perfectly fine. can you help me on this Thank you.
siri
-
hi all.. I have an asp:dropdownlist on that page. After an UpdatePanel async postback, the DropDown stops working. it is clickable but does not open up (or drop down). If you click somewhere else on the page, then click again on the dropdown then it expands, but the value does not change. Then, if I switch to another Browser window or another application then come back, Voila! it has become ok. The dropdown now works completely normal. This all has started happening recently only in Firefox. All other browsers including IE 7, Chrome, Safari don't have this issue and work perfectly fine. can you help me on this Thank you.
siri
This is an rendering bug in Firefox 3.x. Check the following links: Problem with ScriptManager and DropDownList in FireFox[^] Drop Down List, UpdatePanel and FireFox[^]