Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am running a .net web application on IE10. The issue seems to be with the way the items are being displayed in the dropdownlist. In IE10 if an item is chosen from the list which happens to be in middle (say you are choosing the 3rd item out of 5) and then again click on drop down list then the list spans as 2 elements above this value and 2 below. Also if you choose the very last item and then again click on the drop down the list is displayed as all the items above the last item and then the last item in the field (list is displayed upwards).

So the issue appears when these items are displayed after choosing them and clicking again on the control just to see all the items.

In IE8 and 9 it is like the item chosen is displayed in the field and then the whole list follows below this.
Posted
Comments
itaibe 21-Mar-13 10:36am    
i have the same problem in my system , does anyone knows how to solve it ?
i'm using asp.net 2 , but i also checked in asp.net 4 and it happens there.
bbirajdar 21-Mar-13 11:14am    
It is not a problem..It is how IE10 and other versions handle the dropdown items selected event..Dont worry...Your tester is idiot . He is not able to find functional bugs.So he is pointing out the basic defects that he has learned in his previous organisation and that too from somebody else.....Convince your Team Lead..He will mark the bug as - As per design..
ZurdoDev 21-Mar-13 15:28pm    
It sounds like you are describing the behavior of the browser. Not sure there is much you can do without creating some ugly JS hack.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900