From 7c1e9694dd134a3e6f70e0181755f044da5e0f25 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Jul 2026 12:13:00 +1000 Subject: [PATCH] TINYDOC-3560 - The menubar now scrolls horizontally on narrow viewports instead of wrapping --- modules/ROOT/pages/8.8.1-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.8.1-release-notes.adoc b/modules/ROOT/pages/8.8.1-release-notes.adoc index 966ea76bfb..d132284c31 100644 --- a/modules/ROOT/pages/8.8.1-release-notes.adoc +++ b/modules/ROOT/pages/8.8.1-release-notes.adoc @@ -160,6 +160,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. + [[security-fixes]] == Security fixes