Hi,
I've noticed that image resize handles from the currently selected image in the rad editor have a higher z index than the custom dialog window (see attached, circled in red).
This also happens with the text input cursor.
If you click the dialog the z index is fixed.
I've tried the following css tweak suggested as a fix else where...
... and it does not make any difference.
I'm using the following JS to open my dialog:
Any ideas?
Thanks,
Ian.
I've noticed that image resize handles from the currently selected image in the rad editor have a higher z index than the custom dialog window (see attached, circled in red).
This also happens with the text input cursor.
If you click the dialog the z index is fixed.
I've tried the following css tweak suggested as a fix else where...
.RadWindow .RadWindow_Office2007 .rwNormalWindow .rwTransparentWindow{ z-index: 200000 !important;}... and it does not make any difference.
I'm using the following JS to open my dialog:
function ShowEditor(typeId, inmemoryId, savedId, title, callBackFunction, editorHandle, windowUrl) { //open a rad window containing the page control editor editorHandle.showExternalDialog( windowUrl + '?typeId=' + typeId + '&inMemoryId=' + inmemoryId + '&savedId=' + savedId, null, 800, 400, callBackFunction, null, title, true, Telerik.Web.UI.WindowBehaviors.Close + Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Reload, false, true);}Any ideas?
Thanks,
Ian.