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
125
Scroll selected item to view
posted

In most browsers when I open a drop down with an item selected, the item is scrolled to view when opening the list. But in IE8 and IE9, the list is positioned at the beginning. Is there a workaround for this issue?

This behaviour can be observed on Infragistics own sample page (http://ko.infragistics.com/products/aspnet/sample/drop-down/data-binding). Select an item which is far down the list, close it and open again. In Opera or IE8 in Compatibility view, selected item will be visible. In IE8 Standards View, the list will open at first position.

Parents
No Data
Reply
  • 7499
    posted

    Hello Michal,

    I heard back from the Development team that this is working by design. WDD does not auto scroll the selected item into view. In IE when you hide a div the browser resets its scroll to 0. You will see the same thing happening in other browsers (browser not scrolling to the selected item) if you do the following steps:

    1. Open Dropdown

    2. Select last irem

    3. Open dropdown scroll to the top

    4. close dropdown without selecting anything

    5. Open dropdown again

    Please let me know if I can provide any further assistance regarding this matter.

Children