Skip to content

Commit d7ac075

Browse files
Merge branch 'feature/8.2.1/DOC-3311' into feature/8.2.1/DOC-3311_TINY-13196
2 parents 73958c0 + d099adc commit d7ac075

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,21 @@ While this issue was addressed for the core editor behavior in that release, the
3636

3737
In {productname} {release-version}, this issue has now been fully resolved for PowerPaste as well. The editor no longer scrolls unexpectedly when using the PowerPaste plugin.
3838

39-
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin].
39+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin].
40+
41+
[[bug-fixes]]
42+
== Bug fixes
43+
44+
{productname} {release-version} also includes the following bug fixes:
45+
46+
=== Resizing the editor's height would add a fixed width value.
47+
// #TINY-13138
48+
49+
Previously, an issue was identified where the editor’s width styles were overwritten when resizing the editor. This caused the width styles to break, resulting in the editor having a fixed width value instead of adapting to the container’s width.
50+
51+
In {productname} {release-version}, this issue has been resolved. The editor's width is no longer overwritten after resizing when the xref:editor-size-options.adoc#resize[resize option] is set to `true`. Now, resizing only affects the width when the resize option is set to `both`. This ensures that only the necessary styles are applied during editor resizing, preserving other styles and allowing the resize behavior to function as expected.
52+
53+
=== The Help Plugin did not contain an entry for the Full Page HTML plugin.
54+
// #TINY-13183
55+
56+
Prior to the {release-version} release, the xref:fullpagehtml.adoc[Full Page HTML] plugin was not included in the plugin list displayed in the xref:help.adoc[Help plugin] dialog. This has now been corrected, and the Help plugin dialog properly lists the plugin.

0 commit comments

Comments
 (0)