Skip to content

Commit cdb714a

Browse files
DOC-3147: Decorative images would lose their decorative properties when the subtoolbar was closed using the confirmation button. (#3774)
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent bcb6960 commit cdb714a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
143143

144144
{productname} {release-version} also includes the following bug fix<es>:
145145

146+
147+
=== Decorative images would lose their decorative status when the `alt` subtoolbar was closed when using the apply button.
148+
// #TINY-11912
149+
150+
Previously, an issue was identified where closing the `alt` subtoolbar using the `Apply` button would inadvertently remove the decorative status from an image that was already marked as decorative. This occurred because the `onSetup` API disabled the input group, leading the `Apply` logic to incorrectly interpret the image as non-decorative.
151+
152+
This issue has been resolved in {productname} {release-version}. The `onSetup` and `Apply` behavior has been aligned to consistently evaluate the input group, ensuring the decorative status is preserved as expected.
153+
146154
=== The HTML schema did not treat `colgroup` or `col` elements as block elements.
147155
// #TINY-12092
148156

0 commit comments

Comments
 (0)