Skip to content

Commit

Permalink
Update modules/ROOT/pages/7.6.0-release-notes.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
  • Loading branch information
abhinavgandham and kemister85 authored Dec 9, 2024
1 parent fa6046d commit c62743c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/ROOT/pages/7.6.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ In {productname} {release-version}, this issue has been resolved by allowing the
==== Reduced the amount of scrolling when changing between conversations in the sidebar.
// #TINY-11401

Previously, the scrolling behavior for comment cards was different depending on the scenario. If the user scrolled from top to bottom, the scrolling would stop at the top of a comment card; however, if the user scrolled from bottom to top, the scrolling would stop at the bottom of a comment card.
Previously, the scrolling behavior for comment cards was inconsistent. When scrolling from top to bottom, the scrolling would stop at the top of a comment card, whereas scrolling from bottom to top would stop at the bottom of a comment card. This inconsistency could cause confusion when navigating through comments in the sidebar.

In {productname} {release-version}, the sidebar scrolling behavior has been updated for consistency. When a conversation is selected and is either partially or completely out of view, the sidebar now scrolls to position the top of the selected conversation just below the top of the sidebar.
In {productname} {release-version}, the sidebar scrolling behavior has been updated to ensure consistency. When a conversation is selected and is either partially or completely out of view, the sidebar now scrolls to position the top of the selected conversation just below the top of the sidebar.

An exception to this occurs if the selected conversation is already partially visible (with the top in view but the bottom out of view) and the comment card's height is smaller than the scrollable container. In this scenario, the sidebar will instead scroll to position the bottom of the selected card near the bottom of the container.
[NOTE]
An exception does applies if the selected conversation is already partially visible, with the top in view but the bottom out of view, and the comment card's height is smaller than the scrollable container. In this scenario, the sidebar will scroll to position the bottom of the selected card near the bottom of the container.


==== Scroll to show action buttons when replying/editing a comment.
Expand Down

0 comments on commit c62743c

Please sign in to comment.