-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[bug] Ckeditor broken afet angular build #16666
Comments
The current version of CKEditor 5 is v42.0.0. Are you sure about these version numbers? The thing that seems to break on production is stylesheets. On the screenshot that you attached the editor is clearly completely unstyled. Are you sure that the stylesheet is available there? Maybe you forgot to deploy it? |
If it worked on dev, and not on prod take a deeper look at your configuration. Some Angular instances use That's one thought, but we would need to hear more about the setup to help. |
I looked at the css that comes out of the build and i think that you are right, the css doesn't seems to be bundled with the application, it lack all the ".ck" classes. So i added manually the 3 ckeditor5.css files and did a build again and it's working ! Thanks for the help ! |
Btw. you can use only one stylesheet |
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
(From local ng serve )
❌ Actual result
(From application installed on a tomcat Server
❓ Possible solution
I feel like the css isn't downloading on the machine maybe because of a firewall, but i tried and i can't replicate it locally
📃 Other details
The text was updated successfully, but these errors were encountered: