Skip to content

Commit bc66e0c

Browse files
committed
DOC-3151: Table resizers are now visible when inline editor has a z-index property.
1 parent 42d4127 commit bc66e0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/7.9.0-release-notes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,18 @@ With the release of {productname} {release-version}, an internal new line mechan
189189

190190
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}.
191191

192+
=== Table resizers are now visible when inline editor has a `z-index` property.
193+
// #TINY-11981
194+
195+
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.
196+
197+
{productname} {release-version} addresses this issue, by moving the resizers inside the editor content area, which unifies the resizer behavior across all editor modes.
198+
199+
Key Improvements/Benefits:
200+
201+
* Integrators can now add a `z-index` such as `+<div id="editor1" style="min-height:200px; z-index:1;">+` to the inline editor without affecting the visibility of the resizers.
202+
* UI elements are consistently placed within the controlled stacking context, improving layout reliability.
203+
192204

193205
[[security-fixes]]
194206
== Security fixes

0 commit comments

Comments
 (0)