About the model window z-Index's problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    About the Modal window z-Index's problem

    I was use Ext.net Popup a Modal Window Contains ckedit control.
    there was a z-index Problem makes ckedit control's menu popup menuitem alawys back of my window.
    (please see the Attachment image)
    Click image for larger version. 

Name:	model.png 
Views:	253 
Size:	54.3 KB 
ID:	5023
    I want when i click ckedit's button,every function's dialog was front of all popuped Window;
    I was try to set ckedit z-index css ,but isn't works! how to fix it?
    please~ thanks~
    Last edited by PeerLessSoul; Nov 03, 2012 at 9:18 PM.
  2. #2
    Hello!

    Sorry, I don't really think that this issue related to Ext.NET. You should try to find solution on CKEditor forums.

    Right now, I recommend you to figure out what z-index needed for your window with FireBug or Chrome Developers Tools. Than you can try to override CKEditor default behavior with z-index to required z-index.
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    Sorry, I don't really think that this issue related to Ext.NET. You should try to find solution on CKEditor forums.

    Right now, I recommend you to figure out what z-index needed for your window with FireBug or Chrome Developers Tools. Than you can try to override CKEditor default behavior with z-index to required z-index.
    Thanks for your reply..
    I fixed it use your way,that was CKEditor's Z-index Problem

    CKEDITOR.basePath = "../../CKEditor/";
    CKEDITOR.config.skin = "v2";
    CKEDITOR.config.baseFloatZIndex = 19900;

    please close this Thread

Similar Threads

  1. [CLOSED] Problem with combobox data index store
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 04, 2012, 8:13 AM
  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. Model window horizontal scroll bar issue...
    By vs.mukesh in forum 1.x Help
    Replies: 0
    Last Post: Jun 23, 2010, 3:35 PM
  4. Custom menu z-index problem
    By testix in forum 1.x Help
    Replies: 2
    Last Post: Jan 13, 2010, 1:07 AM
  5. Replies: 0
    Last Post: May 22, 2009, 7:59 AM

Posting Permissions