Editor: Tinymce bubble appears off screen

Editor: Tinymce bubble appears off screen

morrbomorrbo 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

Answers

  • colincolin Posts: 15,174Questions: 1Answers: 2,589
    Answer ✓

    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

  • morrbomorrbo Posts: 13Questions: 5Answers: 0

    Hey Colin,

    Yes that has worked.

    I can call bubblePosition in the preOpen event which ensures it works fine.

    Thanks for your help :)

This discussion has been closed.