Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
302
WebDropDown dropdownitems flickering
posted

I've implemented the new WebDropDown control in our application.
One thing keeps me annoying: when you hover the text from the items quite slowly, you get some flickering. This happens only in IE.

Changing the background-image (on hover) to a simple background-color has no effect.

You can reproduce this behavior with the samples provided.

Parents
  • 24671
    posted

    Hi,

    Yes that's right - this happens because an achor is rendered for every item, and IE7 doesn't respect the anchor width and makes it always to be equal to the text width, not the item width.

    You can try setting EnableRenderingAnchors=false

    You may also try with the latest service release, i don't seem to be able to reproduce this with it. 

    Thanks,

    Angel 

Reply Children