Skip to content

Commit 3e605d3

Browse files
authored
Docs: DOC-3355 - Super and subscript text was not properly converted to sub or sup elements on newer versions of Firefox (#4073)
1 parent 256d72a commit 3e605d3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,21 @@ The {productname} {release-version} release includes an accompanying release of
4141

4242
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
4343

44+
=== PowerPaste
45+
46+
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
47+
48+
**PowerPaste** includes the following fix.
49+
50+
==== Super and subscript text was not properly converted to `sub` or `sup` elements on newer versions of Firefox
51+
// #TINY-14256
52+
53+
Previously, pasting content containing subscript or superscript text from Google Docs into {productname} on Firefox 149 and later did not properly convert the text to semantic `sub` or `sup` elements. Newer versions of Firefox use the `baseline-shift` CSS property instead of the `vertical-align` property for sub and superscript formatting, and PowerPaste did not recognize this property. As a result, the pasted text lost its subscript or superscript formatting.
54+
55+
In {productname} {release-version}, PowerPaste now correctly handles the `baseline-shift` CSS property during paste operations, converting content styled with `baseline-shift: sub` or `baseline-shift: super` into the corresponding `sub` and `sup` elements.
56+
57+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste].
58+
4459
=== TinyMCE AI
4560

4661
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.

0 commit comments

Comments
 (0)