From 73d823e0ec2107977c623b88639657af88660ed1 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 9 Apr 2025 10:36:16 +1000 Subject: [PATCH 1/2] DOC-3131: The tooltip for the button was not translated in Hebrew. --- modules/ROOT/pages/7.8.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 52d1f4925f..ee7e450ef7 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -359,6 +359,11 @@ In previous versions of {productname}, the keyboard focus styles were not proper Previously, when the editor height was set using relative units such as `pt` or `em`, the editor was unable to parse and evaluate these values correctly. As a result, it would bypass the `min_height` and `max_height` checks, leading to unpredictable layout behavior. This issue was especially noticeable during initialization, although resizing later used the browser-calculated content box height, which partially masked the problem. In {release-version}, {productname} now attempts to compute height values from additional unit types to better enforce minimum and maximum height constraints. Some units, such as percentages (`%`), may still override explicit height values due to browser limitations in determining the final rendered size. This update ensures that `min_height` and `max_height` settings are more reliably applied across a wider range of unit types. +=== The tooltip for the `blockquote` button was not translated in Hebrew. +// #TINY-11732 + +Previously, the tooltip for the `blockquote` button was not translated in Hebrew. {productname} {release-version} addresses this by adding a new Hebrew translation to the tooltip for the `blockquote` button. + [[security-fixes]] == Security fixes From ef5423653dc64df95b6d18f21aadea5cfc782463 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 9 Apr 2025 11:17:18 +1000 Subject: [PATCH 2/2] DOC-3131: Updated translation entry in 7.7.0 docs under known issues to point to this bug fix entry. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 2b6feb761b..189048e1e9 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -379,4 +379,4 @@ There one known issue in {productname} {release-version}. The Blockquote toolbar button tooltip does not display a translation for Hebrew. This issue affects users who rely on localized tooltips for accessibility and usability. -**Status**: Currently under investigation. \ No newline at end of file +**Status**: This issue has been resolved in xref:7.8.0-release-notes.adoc#the-tooltip-for-the-blockquote-button-was-not-translated-in-hebrew[TinyMCE 7.8.0] \ No newline at end of file