From 38599cfb5667f9c5378befdafe338360296407ef Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Sat, 24 Feb 2024 13:14:14 +0000 Subject: [PATCH] Fixed zIndex to avoid conflicts between TinyMCE and OpenMage's overlays in the CMS section --- js/mage/adminhtml/variables.js | 2 +- js/mage/adminhtml/wysiwyg/widget.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/mage/adminhtml/variables.js b/js/mage/adminhtml/variables.js index 6360f950dfc..6eca7cddfe9 100644 --- a/js/mage/adminhtml/variables.js +++ b/js/mage/adminhtml/variables.js @@ -74,7 +74,7 @@ var Variables = { title:'Insert Variable...', width:700, //height:270, - zIndex:1000, + zIndex:9000, recenterAuto:false, hideEffect:Element.hide, showEffect:Element.show, diff --git a/js/mage/adminhtml/wysiwyg/widget.js b/js/mage/adminhtml/wysiwyg/widget.js index 190dead886e..4dd48692be8 100644 --- a/js/mage/adminhtml/wysiwyg/widget.js +++ b/js/mage/adminhtml/wysiwyg/widget.js @@ -44,7 +44,7 @@ var widgetTools = { top:50, width:950, //height:450, - zIndex:1000, + zIndex:9000, recenterAuto:false, hideEffect:Element.hide, showEffect:Element.show, @@ -354,7 +354,7 @@ WysiwygWidget.chooser.prototype = { top:50, width:950, height:500, - zIndex:1000, + zIndex:9000, recenterAuto:false, hideEffect:Element.hide, showEffect:Element.show,