Hello,
When the webdropdown has a scroll bar and I highlight over the visible items the scroll bar moves from bottom to top each time a new item is highlighted. I am also unable use the middle part of the scroll bar control to move up and down the list. The middle part will not move if clicked on. I have to click in the scroll bar area to move.
Are there any fixes for this behavior or changes that I can make to make this behavior go away?
Thanks,
Mike
I am having the same issue. Has any fix been identified?
You could set EnableDropDownAsChild="false" , that will fix it for Compatibility View in IE8. This is in fact a bug in IE8 Compatibility View (which is supposed to show the contents as in IE7). If you open your page in IE7, even without changing any property value, you will see everything works as expected.
Hope it helps,
Angel