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
736 stars 202 forks source link

Froala toolbarSticky and quotes #550

Closed ickaim closed 1 month ago

ickaim commented 1 month ago

After the angular standalone application is built, the toolbarSticky and quotes do not work properly. The toolbar remains stuck at the top of the page, and the quotes work for the entire text instead of only the selected part. Everything works fine on ng serve, but when we load built application, and use quotes, everything is affected, not only selected part. Some javascript does not work properly, because it does not update sticky classes like it does on ng serve. For quotes I think is problem when we use formControlName and set initial value. We use angular v17.1.0, froala v4.3.0.