2amigos / yii2-tinymce-widget

TinyMCE WYSIWYG widget for Yii2
http://yiiwheels.com
Other
100 stars 48 forks source link

[BUG] Uncaught TypeError: rawToolbar.replace is not a function #49

Open gpashis opened 5 years ago

gpashis commented 5 years ago

I am getting an issue "Uncaught TypeError: rawToolbar.replace is not a function" from theme.js (Version: 5.0.7). This is only reproducible when we load on mobile environment. Desktop environment works fine.

Uncaught TypeError: rawToolbar.replace is not a function at extract$1 (theme.js:10428) at identify (theme.js:10438) at Object.detect$4 [as detect] (theme.js:10536) at Editor. (theme.js:14296) at EventDispatcher.fire (tinymce.js:25608) at Editor.fire (tinymce.js:25714) at initEditor (tinymce.js:23786) at tinymce.js:23900 at tinymce.js:4479 at tinymce.js:4136

PeterRock commented 4 years ago
    mobile: {
        theme: 'mobile',
        toolbar: ['bold', 'italic'],
    },

Add config can fix it temporary