Skip to content

Commit 1f6a1c8

Browse files
DOC-3151: Pressing enter before a floating image sometimes duplicated the image. (#3716)
* DOC-3151: Pressing before a floating image sometimes duplicated the image. * Update modules/ROOT/pages/7.9.0-release-notes.adoc * Update modules/ROOT/pages/7.9.0-release-notes.adoc * Update modules/ROOT/pages/7.9.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 41dea2b commit 1f6a1c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
168168

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

171-
// === <TINY-vwxyz 1 changelog entry>
172-
// #TINY-vwxyz1
171+
=== Pressing `enter` before a floating image sometimes duplicated the image.
172+
// #TINY-1676
173+
174+
Previously, when pressing `Enter` before a floating image, the image could be duplicated instead of a new line being correctly inserted. This issue was due to limitations in the native content-editable behavior of **Firefox**, which {productname} previously relied on for handling new lines. In particular, Firefox did not clear line content correctly when it included floated elements, resulting in duplicated images.
175+
176+
With the release of {productname} {release-version}, an internal new line mechanism has been introduced to replace the unreliable browser behavior. This ensures consistent and correct handling of new lines around floating content. Pressing `Enter` before a floating image now behaves as expected, and duplicate images no longer appear.
173177

174-
// CCFR here.
175178
=== Removed deprecated CSS media selector `-ms-high-contrast`.
176179
// TINY-11876
177180

0 commit comments

Comments
 (0)