Editor: Tinymce bubble appears off screen
Editor: Tinymce bubble appears off screen
morrbo
Posts: 13Questions: 5Answers: 0
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