Skip to content

Commit 92768ab

Browse files
authored
DOC-2498: Autocompleter would not activate after applying an inline format like font size in some cases. (#3483)
1 parent 89e93df commit 92768ab

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
@@ -188,6 +188,15 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
188188

189189
// CCFR here.
190190

191+
=== Autocompleter would not activate after applying an inline format like font size in some cases.
192+
// #TINY-11273
193+
194+
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.
195+
196+
{productname} {release-version} addresses this issue by updating the function to include `+U+FEFF+` as a valid character.
197+
198+
As a result, the autocompleter now triggers as expected after applying formatting.
199+
191200
=== Forecolor and backcolor toolbar buttons were not completely greyed out while in readonly mode.
192201
// #TINY-11313
193202

0 commit comments

Comments
 (0)