<select> issue with IE8 and jQuery
hello! I'm having the following problem: I have a form that has 5 selects in it. ONLY in IE 7 and 8 when i click on of the selects first a white list appears than i have to click again and the normal option list is presented. This issue is not reproducing in any other browsers. The difference between IE and the others is that in IE the select tag has a sizcache, sizset, jQuery1278077284828 attribute. Using IE's developer tools I've removed these attributes before clicking on the select and this issue is not reproducing. I've attached a print screen of the select behavior with the mentioned attributes. I must mention that the form is using jquery validation. Does anybody has seen this issue before or does anybody know a fix for the appearance of the attributes in IE?