Hi!
Is it possible somehow to display the modal mask even if the window is not modal? So I wouldn't call the
//setIsModal(true);
but I would only call the
setShowModalMask(true);
I know it seems crazy, but the reason I would like to do this is another issue I have: I integrated the CKEditor into smartgwt and if the CKEditor is placed into a Window then the dialogs opened by the CKEditor are not visible because of some z-index issue. It seems this is a general problem with CKEditor if integrated into other frameworks, because others are complaining about this too. Anyway, if I disable the Window's modality, then magically it works well. But the application's other Windows are all modal, so it looks strange why this one with the CKEditor is not modal. It would be nice if it would be just have the same modal mask. Or it would be even better if I would know why the setIsModal(true) setting results in the z-index issue.
I am using a smartgwt 3.1-p20140518.
Thanks!
Is it possible somehow to display the modal mask even if the window is not modal? So I wouldn't call the
//setIsModal(true);
but I would only call the
setShowModalMask(true);
I know it seems crazy, but the reason I would like to do this is another issue I have: I integrated the CKEditor into smartgwt and if the CKEditor is placed into a Window then the dialogs opened by the CKEditor are not visible because of some z-index issue. It seems this is a general problem with CKEditor if integrated into other frameworks, because others are complaining about this too. Anyway, if I disable the Window's modality, then magically it works well. But the application's other Windows are all modal, so it looks strange why this one with the CKEditor is not modal. It would be nice if it would be just have the same modal mask. Or it would be even better if I would know why the setIsModal(true) setting results in the z-index issue.
I am using a smartgwt 3.1-p20140518.
Thanks!
Comment