tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

toolbar_location seems not working #213

Closed dskibin closed 3 years ago

dskibin commented 3 years ago

Hello I have following init object:

public tinyMceSettings = {
    toolbar_location: 'bottom',
    inline: true,
    statusbar: false,
    menubar: false,
    browser_spellcheck: true,
    skin_url: '/assets/tinymce/skins/ui/oxide-dark',
    plugins: 'wordcount advlist autolink lists link image searchreplace visualblocks fullscreen insertdatetime media table paste charmap print preview anchor',
    toolbar: 'undo redo | bold italic backcolor | formatselect | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify | removeformat | link',
    contextmenu: false
};

And i see following picture:

изображение

Expected behavior is that toolbar appears at the bottom.

We are using angular 9, tinymce 5.6.2 and tinymce-angular 4.2.0

This feature worked well before i updated to latest versions.

Could any one point me to right direction? Thanks in advance!

jscasca commented 3 years ago

Hi @dskibin

Just wanted to check if you could still replicate this issue with the latest Tinymce v5.7?

Let me know if you are still having problems with the toolbar location