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
Hi Jonathan,
I will check with our Product Management to get more details from Microsoft. I will update you once i have more information.
Angel
I'm afraid if i set the EnableDropDownasChild = false the drop down appears behind the other controls on the panel (I have my webdropdown controls on a panel that pops up on demand...within it's own updatepanel as well.
Are you saying it is an IE8 compatibility mode bug....in which case is it likely to be fixed by Microsoft? I can't force to full IE 8 mode until I have a fix for the UltraWebGrid column heading alignment problem I have mentioned in another post :(
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,
I am having the same issue. Has any fix been identified?
you are right in that it seems to be IE compatibility mode - however switching to 'proper' IE8 mode introduces a problem with the UltraWebGrid columns going out of alignment...but I'll post that in a new thread!