[FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

  1. #1

    [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    Hi,
    The bug is seen using Firefox 3.0.5
    In demo Desktop application when click on "Save" button on "Add Customer" window.
    The confirmation window is shown behind the Add customer window and is not modal.

    Thanks
  2. #2

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    No reply?
  3. #3

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    Yes, there is a problem. We have reproduced and will looking for a fix. Just a few other critical bugs took priority for the v0.7 release. We will try our best to fix asap. We are expecting to publicly release a v0.8.0 build.

    Geoffrey McGill
    Founder
  4. #4

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    and in my desktop app
    icons appear in IE7 but doesn't appear on the desktop in firefox
    i don't know the problem
    please help me

  5. #5

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    excuse me
    icon images does not appear in Firefox not icons.
  6. #6

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    geoffrey.mcgill (12/22/2008)We are expecting to publicly release a v0.8.0 build.
    Great :)
    Is there a date for the release?

    Thanks,
    Vlad
  7. #7

    RE: [FIXED] [V0.8.0] ver 0.7 Desktop control - modal window is not on top

    Hi,

    The problem with modal alert is fixed.

    For now (till 0.8.0 release) you can use the following css styles

    .ext-el-mask
    {
     z-index:20000 !important;
    }
    
    .x-window-dlg
    {
     z-index:20003 !important;
    }

Similar Threads

  1. Replies: 1
    Last Post: Nov 24, 2011, 9:02 PM
  2. [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
  3. Show Modal window from a User Control
    By yourspraba in forum 1.x Help
    Replies: 1
    Last Post: Jun 29, 2010, 5:43 PM
  4. Replies: 1
    Last Post: May 17, 2009, 6:06 PM
  5. [FIXED] [V0.8.0] modal window in desktop
    By [WP]joju in forum Bugs
    Replies: 2
    Last Post: Feb 02, 2009, 1:23 AM

Posting Permissions