froala / angular-froala-wysiwyg

Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
734 stars 201 forks source link

Events are not firing in 3.2.1!!! #425

Open mlwatkins opened 4 years ago

mlwatkins commented 4 years ago

I have events being passed to the froalaEditor through config:

<div [froalaEditor]="options"></div>

this.options = {
         events = {
                  initialized: function(event) {

                 }
         }
}

And the initialized event is never firing!!

qdelettre commented 4 years ago

Duplicate https://github.com/froala/angular-froala-wysiwyg/issues/421

izonnn commented 4 years ago

Downgrade version fixed the problem for me. "froala-editor": "^3.1.0" "angular-froala-wysiwyg": "^3.1.0"

rid-rupasinghe commented 4 years ago

I was using version 3.1.0 without any issues, But right after updating to 3.2.1. All the events stopped triggering and some options are not applying to the toolbar. I had to downgrade to version 3.1.0.