[FIXED] [V0.8.0] modal window in desktop

  1. #1

    [FIXED] [V0.8.0] modal window in desktop

    http://forums.ext.net/showthread.php?threadid=5874-5-1.aspx


    as seen in the link above there is a bug with regards to the window and the modal dialog box, but after updating from svn yesterday (last update was January 23, 2009), my modal window was showing behind the mask itself... and so as i have suspected it was the css the following classes that caused this scenario

    .ext-el-mask
    {
    z-index:20000 !important;
    }

    .x-window-dlg
    {
    z-index:20003 !important;
    }

    i decided to add another one perhaps to fix this issue and it somehow resolved it (modal window in desktop appearing behind the modal mask) although i do not know if it may cause any other problem

    .x-window

    {

    z-index:20001 !important;

    }





    UPDATE: yup, its causing problems on the positioning of window over each other, please help....
  2. #2

    RE: [FIXED] [V0.8.0] modal window in desktop

    Hi,

    Fixed
    *
  3. #3

    RE: [FIXED] [V0.8.0] modal window in desktop

    ok... thanks, confirmed fixed...

Similar Threads

  1. Replies: 5
    Last Post: Apr 20, 2012, 6:20 AM
  2. Replies: 1
    Last Post: Nov 24, 2011, 9:02 PM
  3. [CLOSED] Modal Window does not open with the correct z-index in desktop
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 08, 2011, 6:53 PM
  4. Replies: 1
    Last Post: May 17, 2009, 6:06 PM
  5. Replies: 6
    Last Post: Jan 26, 2009, 10:06 AM

Posting Permissions