Skip to content

Commit 0729b20

Browse files
committed
DOC-2498: Autocompleter would not activate after applying an inline format like font size in some cases.
1 parent f236542 commit 0729b20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,15 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
158158

159159
// CCFR here.
160160

161+
=== Autocompleter would not activate after applying an inline format like font size in some cases.
162+
// #TINY-11273
163+
164+
Previously, when formatting was applied, a span with a zero-width no-break space `+U+FEFF+` was added to the editor. This character was not considered whitespace; as a result, the autocompleter did not trigger as expected.
165+
166+
{productname} {release-version} addresses this issue by updating the function to include `+U+FEFF+` as a valid character.
167+
168+
As a result, the autocompleter now triggers as expected after applying formatting.
169+
161170

162171
[[security-fixes]]
163172
== Security fixes

0 commit comments

Comments
 (0)