Skip to content

Commit 2d7378f

Browse files
authored
DOC-3526: The editor resize handle now uses browser pointer events for more reliable behavior across different integration environments (#4178)
* Docs: DOC-3526 - The editor resize handle now uses browser pointer events for more reliable behavior across different integration environments * Docs: DOC-3526 - Address review feedback on TINY-14241 resize handle entry
1 parent efae60b commit 2d7378f

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
@@ -115,6 +115,13 @@ Previously, pressing Tab or Shift+Tab inside an open dropdown menu cycled focus
115115

116116
In {productname} {release-version}, pressing Tab or Shift+Tab on an open menu now closes the menu and moves focus to the next or previous focusable element in the tab order. This makes keyboard navigation more predictable and aligns dropdown menu behavior with accessibility guidelines.
117117

118+
=== The editor resize handle now uses browser pointer events for more reliable behavior across different integration environments
119+
// #TINY-14241
120+
121+
Previously, the editor resize handle relied on an overlay element to capture pointer movement, which required raising the editor's stacking order. This caused the editor to appear on top of the floating sidebar used by the TinyMCE AI plugin while the editor was being resized.
122+
123+
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.
124+
118125

119126
[[additions]]
120127
== Additions

0 commit comments

Comments
 (0)