Editor: Tinymce bubble appears off screen
Editor: Tinymce bubble appears off screen
![morrbo](https://secure.gravatar.com/avatar/8d5a40a350d1175120a2e72bbdfa4a09/?default=https%3A%2F%2Fvanillicon.com%2F8d5a40a350d1175120a2e72bbdfa4a09_200.png&rating=g&size=120)
Hi there,
When using the tinymce editor plugin in bubble mode, it doesn't appear to position the bubble properly as you can see below. Can you suggest something I can use to ensure it drops down here?
FYI there's no overflow set on the document, rather i fix the page height and use a fixed datatable height for the scrollY feature.
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @morrbo ,
It's possible that tinymce hasn't initialised when Editor attempts to calculate the position. Could you try calling
bubblePosition()
from the console. If that works, that'll give us a direction.Cheers,
Colin
Hey Colin,
Yes that has worked.
I can call bubblePosition in the preOpen event which ensures it works fine.
Thanks for your help![:) :)](https://datatables.net/forums/resources/emoji/smile.png)