Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-2498: Autocompleter would not activate after applying an inline format like font size in some cases. #3483

Open
wants to merge 1 commit into
base: feature/7.5/DOC-2498
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/ROOT/pages/7.5-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading