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

Change u+feff delimiter to u+200b #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mellevsen
Copy link

Fixes #93 .

CAUSE: TinyMCE v5.10.9 and v6.7.3 explicitly changed how the "zero width no-break space" character(U+FEFF) is handled. Unfortunately, the mention plugin uses U+FEFF as a delimiter for the user-entered search text.

SOLUTION: Change the U+FEFF character to U+200B ("zero width space") in the 2 places it is used.

@avneetmalhotra
Copy link

@StevenDevooght how soon can this be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No longer works on tinymce 6.7
2 participants