akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.26k stars 7.95k forks source link

Can not use "Maximize" mode of ckeditor in nb-tabset>nb-tab #1341

Open Smilefounder opened 7 years ago

Smilefounder commented 7 years ago

Hi team,

If I put ckeditor inside nb-tab then the display issue (all style broken) will occur when I click on "Maximize" button.

<nb-card>
      <nb-tabset>
        <nb-tab>
             <ckeditor [config]="{ extraPlugins: 'divarea', height: '320' }"></ckeditor>
        </nb-tab>
      </nb-tabset>
<nb-card>

Please help advice. Thanks,.

6matko commented 6 years ago

Had the same issue today. Any information ?

It seems that ckeditor is clearing classes on parent elements.

Sachinbekre commented 3 years ago

I am facing Same issue on maximize button inside nb-tab.

Please help me out