StevenDevooght / tinyMCE-mention

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

Autocomplete Rendring Issue in Firefox #1

Closed inderjeetsinghsethi closed 11 years ago

inderjeetsinghsethi commented 11 years ago

Hey Steven, First really thanks for wonderful plugin, i am using your v-2.0 plugin for tinymce 4.0, this plugin is working fine with chrome, but when i am using it in firefox 23.0.1, it doesn't rendering properly or in other words text is not being written in autocomplete-searchtext, which causing the issue, according to me the problem is with Unicode Character \uFEFF, which is not being properly handle in firefox 23.0.1. kindly show me the way, how to handle this issue. you can check the error image on bellow link http://gurudwaragoa.com/err.png

Thanks and Regards Inderjeet Singh

StevenDevooght commented 11 years ago

Hello,

This issue should now be fixed. I added a dummy class to the hidden character span. (https://github.com/CogniStreamer/tinyMCE-mention/commit/009df108fddd0749620bf2da1cd19ef19a3e0394). Apparently tinyMCE did some sort of autocleanup and removed that span. The v2.0.1 release contains this bugfix.

inderjeetsinghsethi commented 11 years ago

hey, Thanks, yup its now working fine :).