Hello
I upgraded my ck editor custom widget from ck editor 4 to ck editor 5
the css from surveyJS is overriding the ck editor5 tool bar css
so this is what a ck editor 5 should look like
this is what I got after I integrate it in surveyJS
I'd like to know if there is a way to prevent surveyJS css affecting the css in ckeditor 5 custom widget.
Thanks
Hello,
Can you share a plunker sample?
Thanks, Serge
SurveyJS Team
Hello
You can find the sample in the attachment.
reproduction steps:
npm i
ng serve
you should see the messed up ck editor toolbar like this
and if you comment out line 37 in
src/app/components.ts
, everything will be back to normal.and yes I know this can fix the issue. but the problem is that due to company restriction, I am not allowed to alter our current build process. So I'd like to know if there is a way to have the ckeditor 5 toolbar showing up properly when I am adding the surveyJS css in the way that the sample shows.
and… if it's ckeditor 4, this messed up toolbar css will not happen.
Thanks