Hello Pekka. I am trying to integrate this component into my project (sprin

Hello Pekka.
I am trying to integrate this component into my project (spring-boot 2.1.7, vaadin 14.0.13), but then @CssImport(“./styles/shared-styles.css”) doesn’t include those styles. component was added in a VerticalLayout. So, in browser, I have the mess with styles. Could you help with this issue?
Thanks

Hi Roman. I’m not sure what you mean with “mess with styles”, but can you check if it is this issue: https://github.com/pleku/wysiwyg-e-java/issues/12

Otherwise, I would recommend that you update to the newest 14.1 version, as it is backwards compatible and supports both Spring Boot 2.1 and 2.2.
14.0 is not getting any new releases anymore.

Hi,
Yes, my issue looks like that. It seems @CssImport(“./styles/shared-styles.css”) doesn’t load my styles when using ‘WYSIWYG’ component. Have you fixed this bug? I use wysiwyg_e-java 2.0.0.

Nope, I’ve yet to investigate it properly let alone fix it. This will be the next thing I’ll work on for this add-on when I have time (I have no idea when that will be).

Hi, I have the same problem.