From bc66e0cbbc85aed00e086efb54c31851854a1f00 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 8 May 2025 11:20:53 +1000 Subject: [PATCH] DOC-3151: Table resizers are now visible when inline editor has a z-index property. --- modules/ROOT/pages/7.9.0-release-notes.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 64be8ce90b..0b3e7c5990 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -189,6 +189,18 @@ With the release of {productname} {release-version}, an internal new line mechan The `-ms-high-contrast` media feature was previously used to apply a darker border color for improved accessibility in Internet Explorer 11. However, this feature is no longer supported and has been link:https://blogs.windows.com/msedgedev/2024/04/29/deprecating-ms-high-contrast/[officially deprecated] by Microsoft Edge. Its continued use triggered warnings in browser developer consoles, potentially affecting user experience during development. To enhance cross-browser compatibility and eliminate these warnings, the deprecated selector has been removed from {productname} in {release-version}. +=== Table resizers are now visible when inline editor has a `z-index` property. +// #TINY-11981 + +Previously, table resizers were rendered outside the editor's stacking context, causing them to appear beneath the editor when a `z-index` property was applied, making them unusable. + +{productname} {release-version} addresses this issue, by moving the resizers inside the editor content area, which unifies the resizer behavior across all editor modes. + +Key Improvements/Benefits: + +* Integrators can now add a `z-index` such as `+
+` to the inline editor without affecting the visibility of the resizers. +* UI elements are consistently placed within the controlled stacking context, improving layout reliability. + [[security-fixes]] == Security fixes