Skip to content

Commit 4bbc6f9

Browse files
Merge branch 'feature/7.6.1/DOC-2609' into feature/7.6.1/DOC-2609_TINY-11669
2 parents c9a7404 + b1c2ffa commit 4bbc6f9

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

modules/ROOT/pages/7.6.1-release-notes.adoc

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For information on the **Comments** plugin, see: xref:introduction-to-tiny-comme
8888

8989
The {productname} {release-version} release includes an accompanying release of the **Enhanced Tables** premium plugin.
9090

91-
**Enhanced Tables** includes the following fixes.
91+
**Enhanced Tables** includes the following fix.
9292

9393
==== Table resize bars was not properly aligned for inline editors inside scrollable containers.
9494
// #TINY-11215
@@ -101,6 +101,21 @@ In {productname} {release-version}, this issue has been resolved by ensuring the
101101

102102
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
103103

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+
104119
=== Image Optimizer
105120

106121
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
118133

119134
{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.
120135

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+
121145
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
122146

123147
[[accompanying-premium-plugin-end-of-life-announcement]]
@@ -201,13 +225,23 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
201225
[[bug-fixes]]
202226
== Bug fixes
203227

204-
{productname} {release-version} also includes the following bug fix<es>:
228+
{productname} {release-version} also includes the following bug fixes:
205229

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
208232

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.
210243

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.
211245

212246
[[security-fixes]]
213247
== Security fixes

0 commit comments

Comments
 (0)