Skip to content

Commit 29a4e07

Browse files
DOC-3132: Dropping files on the placeholder would sometimes insert th… (#3598)
* DOC-3132: Dropping files on the placeholder would sometimes insert the image in an incorrect location. * DOC-3132: Modified wording * Update 7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 36f3f29 commit 29a4e07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ As a result, these extensions were blocked, and users encountered the error mess
7070

7171
{productname} {release-version} resolves this issue by fixing the validation logic to correctly detect the MIME type of uploaded images, ensuring that users can now successfully upload `.jfi` and `.jif` files.
7272

73+
==== Dropping files on the placeholder would sometimes insert the image in an incorrect location.
74+
// #TINY-11643
75+
76+
Previously, an issue was identified where the drag-and-drop functionality on an image placeholder in a table would insert the image outside of the table cell.
77+
This resulted in unpredictable behavior when users dragged and dropped an image into the image placeholder.
78+
79+
{productname} {release-version} resolves this issue by making it so that that the image placeholder handles the drop event instead of the editor content element. This improvement provides predictable and consistent drag-and-drop behavior for image placeholders in **Image Optimizer**.
80+
7381
==== Some error messages are now more descriptive.
7482
// #TINY-11613
7583

0 commit comments

Comments
 (0)