There is a weird bug with IE 9. It happens sporadically. I am using the WebDataMenu in an aspx page. When a menu item is clicked the iframe below the WebDataMenu is populated with an aspx page. The aspx pages within the iframe are from different projects. Some of the projects are running .Net Framework 2. The WebDataMenu control I am using is 11.2.
The issue happens when the aspx page in the iframe is 2.0. First, the page must be posted back. After the post back I hover over the WebDataMenu. Once I move the mouse away from the WebDataMenu the browser's scroll bar auto scrolls down until the WebDataMenu is not in view anymore. This only happens if the height of the iframe is greater then the height of the browser.
Once this issue occurs it will continue to happen on every other page.
Hello rfa,
Can you tell me what build of 11.2 do you use?
I have tried to run the sample sent but it has many dependencies that prevent it from correct build.
If I remove most of the Server-Side logic will this behavior be present again?
If you can send me a sample that can be run directly without modifications this will speed up significantly the process of isolating the cause for this issue.
I am looking forward to hearing from you.
The version I am using is 11.2.20112.2025 (Infragistics4). I attached another zip file with a working copy of the issue I am having.
To duplicate the issue you must first make sure that the URL is not pointing to localhost; it must point to the name of the PC it's on or the host head name. e.g. http://PCname/WebDataMenuBug/Default.aspx.
I hard coded some menu items. Hover over Google and click on Maps. You will see a link that says, "Open this content in a new window." Click on that link. Go back to the original tab/window. Now hover over the menu, and then move the mouse away from the menu. The browser scrolls the IE9 window down.
Thanks in advance.