diff --git a/modules/ROOT/pages/8.8.1-release-notes.adoc b/modules/ROOT/pages/8.8.1-release-notes.adoc index 1a5e770114..1cf59042c6 100644 --- a/modules/ROOT/pages/8.8.1-release-notes.adoc +++ b/modules/ROOT/pages/8.8.1-release-notes.adoc @@ -175,6 +175,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. The menubar now scrolls horizontally instead. +// #TINYMCE-14233 + +Previously, on narrow viewports, such as at high browser zoom levels, the menubar could wrap across multiple rows. In fullscreen mode, this left little or no visible space for the editable area, which made the editor difficult to use at high zoom levels. + +In {productname} {release-version}, the menubar scrolls horizontally on narrow viewports instead of wrapping. The editable area keeps its visible space, and all menus remain reachable by scrolling the menubar. + === Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected. // #TINYMCE-13235