Skip to content

Commit 7200b42

Browse files
DOC-3131: The tooltip for the blockquote button was not translated in Hebrew. (#3684)
* DOC-3131: The tooltip for the button was not translated in Hebrew. * DOC-3131: Updated translation entry in 7.7.0 docs under known issues to point to this bug fix entry. --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 5f43b72 commit 7200b42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,4 @@ There one known issue in {productname} {release-version}.
379379

380380
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.
381381

382-
**Status**: Currently under investigation.
382+
**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]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ In previous versions of {productname}, the keyboard focus styles were not proper
365365

366366
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.
367367

368+
=== The tooltip for the `blockquote` button was not translated in Hebrew.
369+
// #TINY-11732
370+
371+
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.
372+
368373
=== It wasn't possible to add comments to selected footnotes elements.
369374
// #TINY-11842
370375

0 commit comments

Comments
 (0)