-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WYSIWYG editor icons not displaying #1408
Comments
The Trumbowyg pull request was accepted so I guess we'll have to wait for a new release and update the dependency. |
I tested and even if the path is //ui/icons.svg, this is working for me. |
I could repro. While in dev mode we still serve static files from physical locations, otherwise we use a custom file provider, so i could repro by starting the app from the command line. I think it is easy to fix, just replace No time right now, i will search on this this night and then fix it. |
In the same topic, the visibility toggle for the connection string is broken since a recent update of BS. |
The connection string visibility toggle works for me on the setup or the tenant creation in admin. |
The visibility toggle also works for me when doing a setup in debug mode or through the command line. |
CAn you share a screenshot of this toggle? It was ugly on my machine. Maybe I need to refresh the css files, but I can't start OC anymore ;/ |
Sure it works, but it was more beautiful. And the icon gave some UI hint about the state. |
Ah okay, i don't remember well how it was. |
Ah okay
You mean not the same icon if showed or hidden Before installing node modules and run gulp tasks, did you try to update static files by running gulp? |
What i see is that we replaced |
Too lazy to install things to use gulp, maybe tomorrow. That said, i saw this on the bootstrap repo where they say
And the toggle button use the |
|
The icons for the WYSIWYG editor is not showing up. Trumbowyg tries to load it's icons from /OrchardCore.Resources/Scripts//ui/icons.svg which results in a 404 Not found. When the double slash in the path is replaced with a single slash, the file is served correctly.
This seems to be an issue with Trumbowyg and I created a pull request Alex-D/Trumbowyg#701 with a fix.
In the meantime I guess the SVG path could be set manually according to the docs: https://alex-d.github.io/Trumbowyg/documentation/#svg-icons.
The text was updated successfully, but these errors were encountered: