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.1-release-notes.adoc
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ For information on the **Comments** plugin, see: xref:introduction-to-tiny-comme
88
88
89
89
The {productname} {release-version} release includes an accompanying release of the **Enhanced Tables** premium plugin.
90
90
91
-
**Enhanced Tables** includes the following fixes.
91
+
**Enhanced Tables** includes the following fix.
92
92
93
93
==== Table resize bars was not properly aligned for inline editors inside scrollable containers.
94
94
// #TINY-11215
@@ -101,6 +101,21 @@ In {productname} {release-version}, this issue has been resolved by ensuring the
101
101
102
102
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
103
103
104
+
=== Import from Word
105
+
106
+
The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin.
107
+
108
+
**Import from Word** includes the following fix.
109
+
110
+
==== Error messages were not rendered correctly
111
+
// #TINY-11662
112
+
113
+
In previous releases of the **Import from Word** premium plugin, an error occurring during the import process triggered an "Operation failed" notification that featured an incorrect icon and lacked the expected background. This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which use a red background and an exclamation mark to signify errors.
114
+
115
+
In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now render correctly, aligning with the visual standards of related plugins.
116
+
117
+
For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word].
118
+
104
119
=== Image Optimizer
105
120
106
121
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
@@ -118,6 +133,15 @@ This led to other editor components that rely on that custom `style` attribute t
118
133
119
134
{productname} {release-version} addresses this issue, by updating the custom `style` attribute appropriately whenever a resize operation is performed. The resize function now takes in the intended image as a parameter, ensuring that all editor components referencing that custom `style` attribute read the most recent value entered. Additionally, the resize operation is applied to the correct image, even before the debounce time elapses.
120
135
136
+
==== Images with existing `srcset` were not handled correctly.
137
+
// #TINY-11653
138
+
139
+
An issue was identified where images with an existing `srcset` attribute containing an Uploadcare URL were being processed incorrectly.
140
+
141
+
The problem occurred when attempting to update an `srcset` attribute that did not contain an Uploadcare URL. In such cases, no changes were applied, resulting in the image failing to update if the existing `srcset` had a different structure.
142
+
143
+
{productname} {release-version} resolves this issue by exclusively targeting `srcset` attributes with Uploadcare URLs. This ensures that all relevant images are updated correctly, with the `srcset` being regenerated from scratch to incorporate any modifications made.
144
+
121
145
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
@@ -201,13 +225,23 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
201
225
[[bug-fixes]]
202
226
== Bug fixes
203
227
204
-
{productname} {release-version} also includes the following bug fix<es>:
228
+
{productname} {release-version} also includes the following bug fixes:
205
229
206
-
=== <TINY-vwxyz 1 changelog entry>
207
-
// #TINY-vwxyz1
230
+
=== Text input was prevented in form elements in the contents of the editor.
231
+
// #TINY-11446
208
232
209
-
// CCFR here.
233
+
Previously, an issue was identified in Google Chrome and Microsoft Edge where text input was prevented within form elements, resulting in the inability to insert text into these elements.
234
+
235
+
{productname} {release-version} addresses this issue, by updating the logic for handling text input on non-editable elements to include support for form elements. As a result, text can now be successfully inserted into form elements in Google Chrome and Microsoft Edge.
236
+
237
+
=== Opening a notification when the toolbar is at the bottom threw an error.
238
+
// #TINY-11498
239
+
240
+
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.
241
+
242
+
This issue significantly impacted the user experience, preventing users from interacting with the notification interface effectively.
210
243
244
+
{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.
0 commit comments