Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.2.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ For an example of using custom elements with block-level and inline-level compon

// CCFR here.

=== 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
// #TINY-12626

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.

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.

=== Some UI elements related to dragging elements were not properly filtered out when fetching content
// #TINY-12384

Expand Down