diff --git a/modules/ROOT/pages/7.5-release-notes.adoc b/modules/ROOT/pages/7.5-release-notes.adoc index e53496932..24476e00e 100644 --- a/modules/ROOT/pages/7.5-release-notes.adoc +++ b/modules/ROOT/pages/7.5-release-notes.adoc @@ -158,6 +158,15 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Autocompleter would not activate after applying an inline format like font size in some cases. +// #TINY-11273 + +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. + +{productname} {release-version} addresses this issue by updating the function to include `+U+FEFF+` as a valid character. + +As a result, the autocompleter now triggers as expected after applying formatting. + [[security-fixes]] == Security fixes