StevenDevooght / tinyMCE-mention

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

autocomplete drop down possition in IE & FF off #59

Closed chewymole closed 7 years ago

chewymole commented 7 years ago

new here, not sure how to replicate this, but using latest tinymce and loading the mention with plugins and ajax source with insert callback.

In IE and FF latest, the drop down is off the screen but works correctly in Chrome

StevenDevooght commented 7 years ago

Hi,

Are you using version 4.6.4?

The demo page is using 4.6.2 and seems to work on all browsers...

chewymole commented 7 years ago

Was 4.5.6, then i updated tiny to 4.6.4 and now it works as expected in FF and in Chrome, just not in IE.

In IE11 the drop down shows up below the bottom of the editor. Not a big deal just wondering if there is something i can do to address it.

Thanks again, this is a very nice plugin

StevenDevooght commented 7 years ago

Does it work on the demo page? I don't have the issue on my machine in IE...

image

chewymole commented 7 years ago

Hmm, it does work correctly in the demo. It must be some css forcing it down. Thank you

chewymole commented 7 years ago

My tiny editor is initialized hidden within a bootstrap accordian, and i think that is what is causing the issue. Is there a function i can call to re-compute the position?