Skip to content

Commit f88cde7

Browse files
authored
DOC-3151: Table resizers are now visible when inline editor has a z-index property. (#3721)
1 parent 6400467 commit f88cde7

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
@@ -324,6 +324,18 @@ With the release of {productname} {release-version}, an internal new line mechan
324324

325325
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}.
326326

327+
=== Table resizers are now visible when inline editor has a `z-index` property.
328+
// #TINY-11981
329+
330+
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.
331+
332+
{productname} {release-version} addresses this issue, by moving the resizers inside the editor content area, which unifies the resizer behavior across all editor modes.
333+
334+
Key Improvements/Benefits:
335+
336+
* 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.
337+
* UI elements are consistently placed within the controlled stacking context, improving layout reliability.
338+
327339
=== If `style_formats` is empty the button is now disabled.
328340
// #TINY-12005
329341

0 commit comments

Comments
 (0)