ckeditor/ckeditor5-react

Copy paste from Word online does not keep the bullets

philippenunes opened this issue · 3 comments

Hello!

I have a problem, i dont know if this is known

Unfortunately, i'm using ckeditor version 35.0.1 and I cant't update for now.

When i copy and past a text from word online, he does not keep the bullets

Word Online:

image

On my component:

image

I noticed that this does not happen in the documentation:

image

In the documentation the text is rendered like a list but in my componente is rendered like a paragraph:

Docs:

image

My component:

image

Hi!

Unfortunately, i'm using ckeditor version 35.0.1 and I cant't update for now.

I cannot pinpoint the exact issue, but Paste from Office had several improvements over the past releases (we are now at v41). If you cannot update, maybe try the General HTML Support configuration?

Hi!

Unfortunately, i'm using ckeditor version 35.0.1 and I cant't update for now.

I cannot pinpoint the exact issue, but Paste from Office had several improvements over the past releases (we are now at v41). If you cannot update, maybe try the General HTML Support configuration?

Hi! I'm able to update ckeditor5 to last version, but now i have issues with my tests using jest.

I recive this when try run my tests:

console.error Error: Could not parse CSS stylesheet (... and a lot of css erros)

Is there any configuration to be done related to this?

Not sure how your tests are set up, but we are not supporting Jest. I know there were some examples like #225 but we are pretty sure that testing the editor with JSDom may result in quirky errors. Unfortunately, I am not sure why Jest tries to parse CSS...