Skip to content

Commit 42d4127

Browse files
authored
DOC-3151: Tabbing inside a figcaption element no longer shows two text insertion carets. (#3710)
1 parent 1f6a1c8 commit 42d4127

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,15 @@ 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+
=== Tabbing inside a `figcaption` element no longer shows two text insertion carets.
172+
// #TINY-11997
173+
174+
Previously, when tabbing within a `figcaption` element, the fake text caret was not properly hidden, resulting in both the browser’s native caret and the fake caret being rendered simultaneously. This visual duplication caused confusion for users during text navigation and editing. The issue occurred because the focus event inside editable captions did not trigger logic to hide the fake caret.
175+
176+
This has been resolved by updating the focus handling behavior to detect whether the focused element is within an editable context and hide the fake caret accordingly.
177+
178+
As a result, only a single, correct text caret is displayed when tabbing inside `figcaption` elements, improving editing clarity and user experience.
179+
171180
=== Pressing `enter` before a floating image sometimes duplicated the image.
172181
// #TINY-1676
173182

0 commit comments

Comments
 (0)