StevenDevooght / tinyMCE-mention

Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
http://stevendevooght.github.io/tinyMCE-mention/
220 stars 95 forks source link

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

Open mellevsen opened 8 months ago

mellevsen commented 8 months ago

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 commented 8 months ago

@StevenDevooght how soon can this be merged?