tinyMCE-mention icon indicating copy to clipboard operation
tinyMCE-mention copied to clipboard

Change u+feff delimiter to u+200b

Open mellevsen opened this issue 1 year ago • 1 comments

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.

mellevsen avatar Dec 13 '23 05:12 mellevsen

@StevenDevooght how soon can this be merged?

avneetmalhotra avatar Dec 19 '23 06:12 avneetmalhotra