tinymce-vue icon indicating copy to clipboard operation
tinymce-vue copied to clipboard

toolbar is shown even when toolbar configuration is false

Open Naama-Le opened this issue 1 year ago • 1 comments

What is the current behavior? I'm using tinymce-vue to edit text in inline mode. I'm using a computed property to set the init configuration, where I change the toolbar value conditionally. I can see in the inspector that the editor updates the toolbar value (to false => to hide the toolbar), but the toolbar is still there on screen.

Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar. my computed value: editorConfig(){ const toolbar = this.editTextBox ? false : 'undo redo | bold italic underline strikethrough | alignleft aligncenter alignright'; return { selector: 'span', toolbar: toolbar, menubar: false } }, What is the expected behavior? the toolbar should be hidden on toolbar: false

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-vue? chrome on mac.

Screenshot 2023-04-12 at 13 21 21

Screenshot 2023-04-12 at 13 23 03

Naama-Le avatar Apr 12 '23 10:04 Naama-Le

Ref: INT-3174

TinyITAdmin avatar Apr 12 '23 10:04 TinyITAdmin

This issue is stale because it has been open 30 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 7 days.

tiny-stale-bot avatar Jul 09 '24 00:07 tiny-stale-bot

This issue was closed because it has been stalled for 7 days with no activity.

tiny-stale-bot avatar Jul 17 '24 00:07 tiny-stale-bot