ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
54 stars 32 forks source link

Error using ckeditor with material tabs #192

Closed ronaldohoch closed 3 years ago

ronaldohoch commented 3 years ago

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Create a new project
  2. Install Angular Material and CkEditor
  3. Configure the Material Tab
  4. Add 2 tabs with ckeditor inside of it
  5. Link to see: https://stackblitz.com/edit/angular-wod9yb?file=src/app/tab-group-basic-example.html
  6. You can comment the line 6 and application will work
  7. If you go to second tab and go back to the first, the ckeditor will be broken

Expected result

Ckeditor working normaly

Actual result

Ckeditor broken

Other details

Dumluregn commented 3 years ago

Hello, this is the same issue as just reopened https://github.com/ckeditor/ckeditor4-angular/issues/114, so I'm closing it as a duplicate - however thank you for the sample, it will probably be helpful when we'll be testing if the fix in ckeditor4 works fine.