Skip to content

Commit aa44f04

Browse files
committed
Docs: DOC-3526 - The editor resize handle now uses browser pointer events for more reliable behavior across different integration environments
1 parent 72052a8 commit aa44f04

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ The following premium plugin updates were released alongside {productname} {rele
5050

5151
// CCFR here.
5252

53+
=== The editor resize handle now uses browser pointer events for more reliable behavior across different integration environments
54+
// #TINY-14241
55+
56+
Previously, the editor resize handle relied on an overlay element to capture pointer movement, which required raising the editor's stacking order. In some integrations this caused the editor to appear on top of the floating sidebar used by the TinyMCE AI plugin while the editor was being resized.
57+
58+
In {productname} {release-version}, the resize handle uses modern browser pointer events instead. This removes the need for the overlay element and the raised stacking order, providing more reliable resizing across different integration environments and resolving the overlap with the floating sidebar.
59+
5360

5461
[[additions]]
5562
== Additions

0 commit comments

Comments
 (0)