Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

form remains pristine when we change text color #25

Open tdesvenain opened 7 years ago

tdesvenain commented 7 years ago

form becomes dirty only when text is filled, not when style change

to reproduce it, just apply a font color change

Ledzz commented 7 years ago

Are you using textcolor plugin? I've initialised module with

TinymceModule.withConfig({
  branding: true,
  plugins: ['textcolor'],
  toolbar: "forecolor backcolor"
})

And form becomes dirty when style changes.

Ledzz commented 7 years ago

Can you please provide a reproduction repo?