Skip to content

Commit 73d18ec

Browse files
DOC-3132: The property was not properly removed from the image when converting an image into a captioned image. (#3620)
1 parent a1a94f9 commit 73d18ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
229229

230230
{productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing.
231231

232+
=== The `float` property was not properly removed from the image when converting an image into a captioned image.
233+
// #TINY-11670
234+
235+
Previously, an issue occurred where toggling a caption on a floating image did not remove the float property from the image, causing the caption text to be incorrectly positioned.
236+
237+
In {productname} {release-version}, this issue has been resolved by ensuring that the float property is removed when toggling the caption. As a result, the image and caption text now align correctly.
238+
232239
=== Fixed keyboard navigation for size inputs in context forms.
233240
// #TINY-11394
234241

0 commit comments

Comments
 (0)