Skip to content

Commit a4b34e6

Browse files
authored
DOC-3223: The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame (#3883)
* DOC-3223: The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame. * DOC-3223: Update word phrasing.
1 parent 0d8588a commit a4b34e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ For an example of using custom elements with block-level and inline-level compon
155155

156156
// CCFR here.
157157

158+
=== The editor would upon gaining focus scroll to the center of the editor on some browsers if the top of the editor was out of frame
159+
// #TINY-12626
160+
161+
A legacy workaround for a Chromium bug caused the page to scroll to the center of the editor when the editor gained focus while its top edge was outside the viewport; although unrelated, features like autoresize could frequently trigger this behavior and resulted in unexpected scrolling in some situations.
162+
163+
As of {productname} {release-version}, the workaround has been removed now that the underlying Chromium issue has been fixed, allowing the browser to manage scrolling natively.
164+
158165
=== Some UI elements related to dragging elements were not properly filtered out when fetching content
159166
// #TINY-12384
160167

0 commit comments

Comments
 (0)