Wappler Version : 6.5.1
Operating System : macOS Sonoma
Server Model: nodeJS
Database Type:
Hosting Type:
Expected behavior
Medium editor toolbar should show up when text is being highlighted.
Actual behavior
Medium text area does not initialise correctly and toolbar does not show up when text is highlighted. I've been able to reproduce this in both Safari and Chrome. The issue seems to stem from medium-editor.js being inserted on the page after dmxMediumEditor.js
This will throw a warning in the browser console
MediumEditor || alert("Please insert medium-editor.js before dmxMediumEditor.js on your page."),
Manually placing medium-editor.js before dmxMediumEditor.js in code view will resolve the issue and the toolbar shows correctly.
How to reproduce
Place a medium text area on your page, either directly or by converting a bsTextArea. View page in browser, type text into text area and highlight the text.