kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
675 stars 361 forks source link

Problems with colors #218

Open adaadamczak007 opened 4 years ago

adaadamczak007 commented 4 years ago

Hi, firstly, thanks for fantastic work! Everything works as expected, however, I have problems changing colors, I can see the color popup and I am able to change the color temporarily but it's not there in html output. Interestingly, it behaves in the same way for me when using the demo provided by you: https://angular-editor-wysiwyg.stackblitz.io/

Any help would be appreciated

calibri87 commented 4 years ago

@adaadamczak007 do you know if this editor works with Angular 9?

adaadamczak007 commented 4 years ago

@calibri87 yes, it does, except that I cannot use colouring at all

Urrska commented 4 years ago

I have the same issue, the only demo I can find with this working is this one

luisferreira90 commented 4 years ago

I have the same issue. When I try to change the text colour, it does not apply at all. I checked the element in the elements tab of devtools, and it does nothing. Same with background color on text.

gustavomoutella commented 4 years ago

It's something related to the sanitize. I've changed sanitize to true/false but still not working here. By the way, Great tool!!!