Skip to content

Commit d099adc

Browse files
DOC-3311: Resizing the editor's height would add a fixed width value. (#3905)
1 parent 44e64e2 commit d099adc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2222

2323
{productname} {release-version} also includes the following bug fixes:
2424

25+
=== Resizing the editor's height would add a fixed width value.
26+
// #TINY-13138
27+
28+
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.
29+
30+
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.
31+
2532
=== The Help Plugin did not contain an entry for the Full Page HTML plugin.
2633
// #TINY-13183
2734

0 commit comments

Comments
 (0)