Skip to content

Commit c9a7404

Browse files
Update modules/ROOT/pages/7.6.1-release-notes.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 4fd4a92 commit c9a7404

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ The {productname} {release-version} release includes an accompanying release of
110110
==== Resizing images by typing into the input didn't update the `style` attribute correctly.
111111
// TINY-11669
112112

113-
An issue was identified where the internal custom `style` attribute of an image was not updated correctly when its width and height were modified via user input.
113+
An issue was identified where an internal custom `style` attribute of an image was not updated correctly after a user modified its width and height.
114114

115-
This occurred because the resize function was triggered while the selection was elsewhere, due to a debounce delay between the input and the resize operation. As a result, the resize operation was performed on the current selection instead of the intended image.
115+
This issue occurred because the resize function was triggered while the selection focus was elsewhere, due to a debounce delay between the input and the resize operation. As a result, the resize operation was performed on the current selection instead of the intended image.
116116

117-
This led to other editor components that rely on that custom `style` attribute accidentally reading outdated values, and the resize not being applied correctly since the selection was not on the image.
117+
This led to other editor components that rely on that custom `style` attribute to accidentally read outdated values, resulting in the resize not being applied correctly since the selection was not on the intended image.
118118

119-
{productname} {release-version} resolves this issue by updating that 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.
119+
{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.
120120

121121
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
122122

0 commit comments

Comments
 (0)