ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Style not applied

Open AhmedIbrahimGalal24 opened this issue 1 year ago β€’ 2 comments

πŸ“ Provide detailed reproduction steps (if any)

  1. …style not applied

βœ”οΈ Expected result

image

What is the expected result of the above steps?

❌ Actual result

image

What is the actual result of the above steps?

❓ Possible solution

If you have ideas, you can list them here. Otherwise, you can delete this section.

πŸ“ƒ Other details

  • Browser: … Chrome
  • OS: …
  • First affected CKEditor version: … 5
  • Installed CKEditor plugins: …

If you'd like to see this fixed sooner, add a πŸ‘ reaction to this post.

AhmedIbrahimGalal24 avatar Jul 09 '24 22:07 AhmedIbrahimGalal24

It looks like you are missing editor stylesheets. Depending on the installation method, you must either:

  • add import 'ckeditor5/ckeditor5.css'; in JavaScript if you installed ckeditor5 from npm
  • or add <link rel="stylesheet" href="https://cdn.ckeditor.com/ckeditor5/42.0.0/ckeditor5.css" /> if you use our CDN.

From the screenshot above it looks like you used our Builder. Please follow the steps in the Installation tab carefully, as it should be explained there for the installation method you have chosen.

If it still doesn't work, please share your code.

filipsobol avatar Jul 10 '24 08:07 filipsobol

The issue lacks the feedback we asked for two weeks. Hence, we've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

CKEditorBot avatar Jul 25 '24 03:07 CKEditorBot

We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).

CKEditorBot avatar Aug 25 '24 01:08 CKEditorBot