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
205
Z-Order problem with WebDropDown in modal WebDialogWindow and IE9
posted

Hello

I have a z-order problem with the WebDropDown in a modal WebDialogWindow. The listbox are open in the background of te dialog window:

In this modal windows the list box is in the background of the window. If I change in this window the Flag Modal="true" to false the same drop down box works correctly:

The following window setting I made:
<ig:WebDialogWindow runat="server" ID="WebLoginDialog" Width="555px" Height="800px"Left="150px" Top="180px" Modal="true" WindowState="Normal" Moveable="true" BackColor="Transparent" Visible="false" onstatechanged="WebLoginDialog_StateChanged" >
..........

And the proberties of the drop down box are:
<ig:WebDropDown ID="Register_SecurityQuestion" runat="server" Width="364px" DisplayMode="DropDownList" DropDownAnimationDuration="100" EnableDropDownAsChild="false" DropDownContainerMaxHeight="300px" DropDownContainerHeight="235px">
...........

 

 

 

 The Problem I only have in the Internet Explorer 9. In IE8 or Firefox 3.6 I don't have this problem.

What is not correct in my definition?

 Regards

Xaver

 

 

Parents
No Data
Reply
  • 13438
    posted

    Hello,

    I know it has been a while since you asked this question but in case you still need assistance i will provide a suggestion. Please take a look at the attached sample created via 11.1.20111.2064 which is latest servise release for this version of NA. The issue is not reproducible under IE 9.

    Default.zip
Children
No Data