StevenDevooght / tinyMCE-mention

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

Username show in start of editor if user select username from notification drop-down on the safari browser. #22

Closed masihur closed 9 years ago

masihur commented 9 years ago

Hi, I have used tinyMCE 3.5 version, I have integrated mention plug-in on it. I got an issue on the safari browser. If we write some text into the editor after that press @USERNAME then autosuggationbox open. If we select any username from the drop-down then it show into the start point (Left side) of the editor. While on another browser user-name show at correct position. Screen shot as below.

first1

After select user from drop-down

second

StevenDevooght commented 9 years ago

Hi,

Are you using safari on a mac?

masihur commented 9 years ago

Hi,

No I am using safari on Widow7.

StevenDevooght commented 9 years ago

I managed to reproduce the issue. Safari loses focus after calling this.editor.dom.remove. I tried a couple of things but didn't manage to get the correct behavior...

Since Apple ditched Safari for windows a couple of years ago I consider this issue as low priority.