You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-3132: On chrome, comment card would be jumping when editing a ver… (#3605)
* DOC-3132: On chrome, comment card would be jumping when editing a very large comment.
* Update modules/ROOT/pages/7.7.0-release-notes.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
* Update modules/ROOT/pages/7.7.0-release-notes.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
---------
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.7.0-release-notes.adoc
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,20 @@ In previous versions of **Comments**, the side panel header blended into the bod
94
94
95
95
{productname} {release-version} improves this by enhancing the side panel header’s visibility, creating a clearer distinction from the body, and refining the overall UI aesthetics.
96
96
97
+
==== Comment card jumps when editing a large comment in Chrome
98
+
// #TINY-11729
99
+
100
+
Previously, when editing a comment larger than the height of the comments sidebar, the sidebar would briefly jump before returning to its intended position. This caused visual disruptions that impacted the editing experience.
101
+
102
+
{productname} {release-version} resolves this issue by ensuring the comment sidebar remains stable, preventing unintended jumps when editing large comments.
103
+
104
+
==== Closing the comment kebab menu with keyboard would result in the editor dispatching a `blur` event.
105
+
// #TINY-11172
106
+
107
+
In previous versions of **Comments**, an issue was identified where the editor would trigger a `blur` event if the comment kebab menu was closed using the `escape` key. This occurred even when the editor still had focus, leading to confusing behavior.
108
+
109
+
{productname} {release-version} resolves this issue by ensuring that focus is properly managed when closing the kebab menu, rather than relying on the browser. This ensures that the editor does not trigger any `blur` events.
110
+
97
111
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
98
112
99
113
=== Image Optimizer
@@ -129,21 +143,6 @@ This caused confusion in identifying the problem during setup.
129
143
130
144
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
131
145
132
-
=== Comments
133
-
134
-
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
135
-
136
-
**Comments** includes the following fixes.
137
-
138
-
==== Closing the comment kebab menu with keyboard would result in the editor dispatching a `blur` event.
139
-
// #TINY-11172
140
-
141
-
In previous versions of **Comments**, an issue was identified where the editor would trigger a `blur` event if the comment kebab menu was closed using the `escape` key. This occurred even when the editor still had focus, leading to confusing behavior.
142
-
143
-
{productname} {release-version} resolves this issue by ensuring that focus is properly managed when closing the kebab menu, rather than relying on the browser. This ensures that the editor does not trigger any `blur` events.
144
-
145
-
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
0 commit comments