Hey,
Well…I fixed this after I changed the dropDownHeight value but this took me a few minutes to find out the EXACT height that my dropdown must have.
It is not normal to decide how many items I want to be displayed, to take the size of my font and to do the math to find out how many pixels the dropdown can have in order not to have problems with the vertical scroll… I think that it should be different : I have a list of items, I set the height of the dropdown and it will have to adjust (add scroll or not) so I can see every item correctly.
I updated the fiddle to illustrate that 1px can decide if the vertical scroll appears or not…
http://jsfiddle.net/Alegzandra/WMyFz/3/
Thank you.