CuteEditor in Ajax ModalPopupExtender- How to fix file dialog showed behind modalPopup

  •  05-25-2010, 5:42 AM

    CuteEditor in Ajax ModalPopupExtender- How to fix file dialog showed behind modalPopup

    If you ever experience the following problem using Cute Editor in a Ajax ModalPoupExtender:

     Any file dialogs are showed behind the popup that contains the cute editor, just update the cssclass  adding a z-index value as follows:

     <AjaxControlToolkit:ModalPopupExtenderBackgroundCssClass="modalBackground" />

     In Style sheet:

     .modalBackground  { … z-index: 50 !important;}
     
    --------
    Shirley
View Complete Thread