You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the Toast UI Editor in a textarea from a CDN. But, although the browser inspector shows that the Editor is in the HTML, nothing is visible.
To Reproduce
I installed Toast UI Editor from CDN by following the instructions at #2052 (comment)
By looking at the browser inspector, I can see that I now have the following HTML within my textarea:
So it seems that the Toast UI Editor is in place as expected.
However, nothing shows up in the textarea. It is completely blank. The line <script src="https://uicdn.toast.com/editor-plugin-chart/3.0.1/toastui-editor-plugin-chart.min.js"></script> throws an error, so I have commented that out, but still nothing shows up, and there is now no error.
If I hover over various elements in the inspector, I can see that none of the Toast UI elements have any height.
Expected behavior
I expect to see the Toast UI Editor.
Screenshots
There is literally nothing to see: just a blank textarea.
Desktop (please complete the following information):
OS: Windows 11
Browser Firefox
Version 128
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to install the Toast UI Editor in a
textarea
from a CDN. But, although the browser inspector shows that the Editor is in the HTML, nothing is visible.To Reproduce
I installed Toast UI Editor from CDN by following the instructions at #2052 (comment)
By looking at the browser inspector, I can see that I now have the following HTML within my
textarea
:So it seems that the Toast UI Editor is in place as expected.
However, nothing shows up in the
textarea
. It is completely blank. The line<script src="https://uicdn.toast.com/editor-plugin-chart/3.0.1/toastui-editor-plugin-chart.min.js"></script>
throws an error, so I have commented that out, but still nothing shows up, and there is now no error.If I hover over various elements in the inspector, I can see that none of the Toast UI elements have any height.
Expected behavior
I expect to see the Toast UI Editor.
Screenshots
There is literally nothing to see: just a blank
textarea
.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: