From c013463d613ec56a2ecca1bd0bd06e855fc023e8 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Sat, 18 Jan 2025 13:02:04 +0530 Subject: [PATCH 1/2] DOC-2609: Opening a notification when the toolbar is at the bottom threw an error. --- modules/ROOT/pages/7.6.1-release-notes.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index 04950c4f02..f90dd42b9d 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -184,10 +184,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -=== -// #TINY-vwxyz1 +=== Opening a notification when the toolbar is at the bottom threw an error. +// #TINY-11498 -// CCFR here. +An issue was previously identified in the inline mode editor where, if the toolbar was positioned at the bottom of the screen, a UI error occurred that rendered notifications non-functional after being opened. + +This issue significantly impacted the user experience, preventing users from interacting with the notification interface effectively. + +{productname} {release-version} update resolves this issue by enhancing the notification positioning logic to account for the toolbar's location. This ensures notifications function seamlessly, regardless of the toolbar's placement on the screen. [[security-fixes]] From a449583f111f3f2d189d2b019ac5a001e4bd91f3 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:30:25 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.6.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.6.1-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.6.1-release-notes.adoc b/modules/ROOT/pages/7.6.1-release-notes.adoc index f90dd42b9d..a22a3e7b8f 100644 --- a/modules/ROOT/pages/7.6.1-release-notes.adoc +++ b/modules/ROOT/pages/7.6.1-release-notes.adoc @@ -187,11 +187,11 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Opening a notification when the toolbar is at the bottom threw an error. // #TINY-11498 -An issue was previously identified in the inline mode editor where, if the toolbar was positioned at the bottom of the screen, a UI error occurred that rendered notifications non-functional after being opened. +An issue was identified in the inline mode editor where, if the toolbar was positioned at the bottom of the screen, a UI error occurred that rendered notifications non-functional after being opened. This issue significantly impacted the user experience, preventing users from interacting with the notification interface effectively. -{productname} {release-version} update resolves this issue by enhancing the notification positioning logic to account for the toolbar's location. This ensures notifications function seamlessly, regardless of the toolbar's placement on the screen. +{productname} {release-version} resolves this issue by enhancing the notification positioning logic to account for the toolbar's location. Notifications now function seamlessly, regardless of the toolbar's placement on the screen. [[security-fixes]]