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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.6.0-release-notes.adoc
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,21 @@ In {productname} {release-version}, this issue has been resolved by unifying the
71
71
72
72
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
73
73
74
+
=== Comments
75
+
76
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
77
+
78
+
**Comments** Premium plugin includes the following improvements.
79
+
80
+
=== Pressing Shift+Enter in Mentions in Comments dropdown should accept the active menu item
81
+
// #TINY-11455
82
+
83
+
In previous versions of {productname}, the `Shift+Enter` key was not properly handled when used with mentions in comments. This led to a new line being inserted while the mentions dropdown remained open, resulting in inconsistent behavior compared to mentions within the editor.
84
+
85
+
In {productname} {release-version}, mentions in comments now handle the `Shift+Enter` key by inserting the highlighted user into the comment text area and closing the dropdown, ensuring consistent functionality across the editor and comment areas.
86
+
87
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
@@ -114,7 +129,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114
129
=== <TINY-vwxyz 1 changelog entry>
115
130
// #TINY-vwxyz1
116
131
117
-
// CCFR here.
118
132
119
133
120
134
[[additions]]
@@ -153,12 +167,21 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153
167
[[bug-fixes]]
154
168
== Bug fixes
155
169
156
-
{productname} {release-version} also includes the following bug fix<es>:
170
+
{productname} {release-version} also includes the following bug fixes:
157
171
158
-
=== <TINY-vwxyz 1 changelog entry>
159
-
// #TINY-vwxyz1
172
+
=== Tooltip would not show for group toolbar button.
173
+
// #TINY-11391
160
174
161
-
// CCFR here.
175
+
Previously, an issue was identified where tooltips were not displayed when hovering over toolbar group buttons. This was due to replacing the `title` attribute with an `aria-label` attribute in xref:7.0-release-notes.adoc#improved-accessibility-for-interactive-elements-with-custom-tooltips[{productname} 7.0.0] without implementing the custom tooltip behavior for the toolbar group buttons.
176
+
177
+
In {productname} {release-version}, this issue has been resolved by applying the custom tooltip behavior to the toolbar group buttons, ensuring that tooltips are now displayed on hover.
178
+
179
+
=== Numbered table context menu not properly applying changes
180
+
// #TINY-11383
181
+
182
+
Previously, there was an issue where changes to the row type in numbered tables were not properly applied. This occurred because the action of modifying the row type from a `+contentEditable="false"+` cell was being deliberately blocked.
183
+
184
+
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
0 commit comments